From 10fb54db61c1b00a60985f5cc1b6499c06acceea Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Sat, 9 Jan 2021 12:00:26 -0600 Subject: [PATCH] correct my widdle fucky wucky (#390) --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index be7dab1..b3aaa62 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -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"; }