aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/op_test.cpp')
-rw-r--r--engines/agi/op_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp
index d4a98bb0ac..94bd7ffd88 100644
--- a/engines/agi/op_test.cpp
+++ b/engines/agi/op_test.cpp
@@ -410,7 +410,7 @@ int test_if_code(int lognum) {
#ifdef USE_CONSOLE
if (debug_.enabled && (debug_.logic0 || lognum))
- debug_console(lognum, 0xFF, retval ? (char *)"=true" : (char *)"=false");
+ debug_console(lognum, 0xFF, retval ? "=true" : "=false");
#endif
return retval;