From 70f3e485ef29c0779cf8073038a007b6735a0f22 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Mon, 20 Feb 2017 22:04:58 +0100 Subject: [PATCH] small fix on a debug message --- courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courtroom.cpp b/courtroom.cpp index 85ab6f1..b894093 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; }