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:
mataniko 2020-05-10 18:49:46 -04:00 committed by Eugene Sandulenko
parent 288d8a8a74
commit 06242a712b
47 changed files with 107 additions and 107 deletions

View file

@ -2755,7 +2755,7 @@ bool ScummEngine::startManiac() {
// chained game.
Common::EventManager *eventMan = g_system->getEventManager();
Common::Event event;
event.type = Common::EVENT_RTL;
event.type = Common::EVENT_RETURN_TO_LAUNCHER;
eventMan->pushEvent(event);
return true;
} else {