aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 85ab6f17..b8940931 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -1246,7 +1246,7 @@ void Courtroom::play_preanim()
{
anim_state = 1;
preanim_done();
- qDebug() << "could not find " + ao_app->get_character_path(f_char) + f_preanim + ".gif";
+ qDebug() << "could not find " + ao_app->get_character_path(f_char) + f_preanim.toLower() + ".gif";
return;
}