Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.

svn-id: r10391
This commit is contained in:
Torbjörn Andersson 2003-09-24 06:40:23 +00:00
parent 570e60a487
commit 09a01e4cbe
13 changed files with 62 additions and 117 deletions

View file

@ -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;