aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/interpreter.cpp')
-rw-r--r--sword2/interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/interpreter.cpp b/sword2/interpreter.cpp
index 5100296be9..6e698d88b8 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -424,7 +424,7 @@ int RunScript(char *scriptData, char *objectData, uint32 *offset) {
*offset = ip;
return 2;
default:
- ASSERT(FALSE);
+ ASSERT(false);
}
parameterReturnedFromMcodeFunction = retVal >> 3;
break;