Fixed issue with boyfriend resetting animating too early

This commit is contained in:
Scott-GH 2021-01-20 15:51:42 -08:00
parent 3382e4e974
commit ac9eebe8ad

View file

@ -393,7 +393,7 @@ class Character extends FlxSprite
override function update(elapsed:Float)
{
if (curCharacter != 'bf')
if (curCharacter != 'bf' && curCharacter != 'bf-christmas' && curCharacter != 'bf-car')
{
if (animation.curAnim.name.startsWith('sing'))
{