CRUISE: Remove some useless variables, use a boolean for a variable
This commit is contained in:
parent
638814d3c4
commit
51184eab9d
8 changed files with 19 additions and 25 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue