combine these conditions

This commit is contained in:
sD 2020-02-21 17:57:46 +01:00
parent 9f5343e0bd
commit 87e359487d

View File

@ -2374,7 +2374,7 @@ void Courtroom::chat_tick()
f_message.remove(0,2); f_message.remove(0,2);
} }
if (f_message.size() == 0) if (f_message.size() == 0 || tick_pos >= f_message.size())
{ {
text_state = 2; text_state = 2;
if (anim_state != 4) if (anim_state != 4)