Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.
svn-id: r10391
This commit is contained in:
parent
570e60a487
commit
09a01e4cbe
13 changed files with 62 additions and 117 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue