small fix on a debug message

This commit is contained in:
David Skoland 2017-02-20 22:04:58 +01:00
parent c04232f128
commit 70f3e485ef

View File

@ -1246,7 +1246,7 @@ void Courtroom::play_preanim()
{ {
anim_state = 1; anim_state = 1;
preanim_done(); 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; return;
} }