aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-02-20 22:04:58 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-02-20 22:04:58 +0100
commit70f3e485ef29c0779cf8073038a007b6735a0f22 (patch)
tree07e21e35c311062d6fd06d9f67ad682b81e1847e
parentc04232f128937045641a3efa44f555cd7701dd1b (diff)
small fix on a debug message
-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;
}