combine these conditions
This commit is contained in:
parent
9f5343e0bd
commit
87e359487d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user