From 09a01e4cbeada86167d83608cd0dcd77d7a0168f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 24 Sep 2003 06:40:23 +0000 Subject: Replaced abs() with ABS and BOOL with bool, plus some minor cleanups. svn-id: r10391 --- sword2/interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/interpreter.cpp') 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; -- cgit v1.2.3