Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6

svn-id: r31992
This commit is contained in:
Christopher Page 2008-05-10 23:44:46 +00:00
parent e458f046d5
commit 307ef24582
16 changed files with 619 additions and 617 deletions

View file

@ -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
}