Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6
svn-id: r31992
This commit is contained in:
parent
e458f046d5
commit
307ef24582
16 changed files with 619 additions and 617 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue