From ec80b95580955fc3eba560c5b89f2aad6bd79a57 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 20 Sep 2010 22:36:19 +0000 Subject: KYRA: Fix RTL from LoL's main menu. svn-id: r52835 --- engines/kyra/sequences_lol.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/kyra') diff --git a/engines/kyra/sequences_lol.cpp b/engines/kyra/sequences_lol.cpp index 6f0afea033..ac9148e607 100644 --- a/engines/kyra/sequences_lol.cpp +++ b/engines/kyra/sequences_lol.cpp @@ -81,6 +81,13 @@ int LoLEngine::processPrologue() { } switch (selection) { + case -1: + // This is sent on RTL for example, if we would not have any + // special case for this the default path would call quitGame + // and thus make the next game launched from the launcher + // quit instantly. + break; + case 0: // New game processSelection = 0; break; -- cgit v1.2.3