aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 942fbe8e..52bac1d0 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -1165,6 +1165,7 @@ void Courtroom::play_preanim()
if (!file_exists(ao_app->get_character_path(f_char) + f_preanim.toLower() + ".gif"))
{
+ anim_state = 1;
preanim_done();
qDebug() << "could not find " + ao_app->get_character_path(f_char) + f_preanim + ".gif";
return;