Fix objections botching up single frame preanims, etc.

This commit is contained in:
Crystalwarrior 2019-09-25 03:39:32 +03:00
parent 923548c997
commit a028b8496e

View File

@ -154,7 +154,7 @@ void AOCharMovie::play()
play_frame_effect(frame);
if (max_frames <= 1)
{
play_once = true;
if (play_once)
ticker->start(60);
}
else
@ -316,6 +316,7 @@ void AOCharMovie::movie_ticker()
void AOCharMovie::preanim_done()
{
ticker->stop();
preanim_timer->stop();
done();
}