JANITORIAL: Rename EVENT_RTL
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
This commit is contained in:
parent
288d8a8a74
commit
06242a712b
47 changed files with 107 additions and 107 deletions
|
@ -47,7 +47,7 @@ AnimAbortType AnimationSequence::delay(uint32 milliseconds) {
|
|||
return ABORT_NEXT_SCENE;
|
||||
} else if (events.type() == Common::EVENT_LBUTTONDOWN) {
|
||||
return ABORT_NEXT_SCENE;
|
||||
} else if ((events.type() == Common::EVENT_QUIT) || (events.type() == Common::EVENT_RTL)) {
|
||||
} else if ((events.type() == Common::EVENT_QUIT) || (events.type() == Common::EVENT_RETURN_TO_LAUNCHER)) {
|
||||
return ABORT_END_INTRO;
|
||||
} else if (events.type() == Common::EVENT_MAINMENU) {
|
||||
return ABORT_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue