correct my widdle fucky wucky (#390)

This commit is contained in:
in1tiate 2021-01-09 12:00:26 -06:00 committed by GitHub
parent 05dd086fff
commit 10fb54db61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3147,7 +3147,7 @@ void Courtroom::set_scene(QString f_desk_mod, QString f_side)
// witness is default if pos is invalid
QString f_background;
QString f_desk_image;
if (file_exists(ao_app->get_image_suffix(ao_app->get_background_path("witnessempty")) {
if (file_exists(ao_app->get_image_suffix(ao_app->get_background_path("witnessempty")))) {
f_background = "witnessempty";
f_desk_image = "stand";
}