aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2021-01-09 12:00:26 -0600
committerGitHub <noreply@github.com>2021-01-09 21:00:26 +0300
commit10fb54db61c1b00a60985f5cc1b6499c06acceea (patch)
treecf62fca0299697828e92c030af3b5459626f91e7
parent05dd086fff26f951de41702df19d74767c8f711c (diff)
correct my widdle fucky wucky (#390)
-rw-r--r--src/courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index be7dab10..b3aaa62f 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";
}