diff options
| -rw-r--r-- | src/courtroom.cpp | 2 |
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"; } |
