bf old icon switch switches back to proper player1

This commit is contained in:
MtH 2021-04-19 18:19:40 +02:00
parent 0a9a00b5bf
commit 9cde689328
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class HealthIcon extends FlxSprite
if (isOldIcon)
changeIcon('bf-old');
else
changeIcon('bf');
changeIcon(PlayState.SONG.player1);
}
public function changeIcon(newChar:String):Void