aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp4
1 files changed, 3 insertions, 1 deletions
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
}