From 307ef24582f04b5fb5858fab4db090a7a01a9ecd Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Sat, 10 May 2008 23:44:46 +0000 Subject: Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6 svn-id: r31992 --- base/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 9129fcc7e1..1f87708cc1 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -224,7 +224,9 @@ static int runGame(const Plugin *plugin, OSystem &system, const Common::String & // Reset the file/directory mappings Common::File::resetDefaultDirectories(); - return 0; + + + return 1; // Changing from return 0, in order to return to launcher } -- cgit v1.2.3