aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
authoriamgoofball <iamgoofball@gmail.com>2018-10-17 09:44:15 -0700
committeriamgoofball <iamgoofball@gmail.com>2018-10-17 09:44:15 -0700
commit5325083b6f564cf8521ff2602fbbf653849b17ce (patch)
tree6679b85b61c86ca1742bdcf7a2bf4bc5be2da59b /courtroom.cpp
parentad27e0043313824787737889512e539bd3ff32b9 (diff)
fixes (TM)
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index fdb5e8c9..bdcb7ddd 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -703,7 +703,7 @@ void Courtroom::enter_courtroom(int p_cid)
QString char_path = ao_app->get_character_path(current_char);
if (ao_app->custom_objection_enabled &&
- file_exists(char_path + "custom.gif") &&
+ (file_exists(char_path + "custom.gif") || file_exists(char_path + "custom.apng")) &&
file_exists(char_path + "custom.wav"))
ui_custom_objection->show();
else