CRUISE: Remove some useless variables, use a boolean for a variable

This commit is contained in:
Strangerke 2014-06-10 07:20:10 +02:00
parent 638814d3c4
commit 51184eab9d
8 changed files with 19 additions and 25 deletions

View file

@ -1832,7 +1832,7 @@ int16 Op_ThemeReset() {
}
int16 Op_UserWait() {
userWait = 1;
userWait = true;
if (currentScriptPtr->type == scriptType_PROC) {
changeScriptParamInList(currentScriptPtr->overlayNumber, currentScriptPtr->scriptNumber, &procHead, -1, 9999);
} else if (currentScriptPtr->type == scriptType_REL) {