Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051
This commit is contained in:
commit
d2e8d4831e
197 changed files with 6324 additions and 4365 deletions
|
@ -229,7 +229,6 @@ static int runGame(const EnginePlugin *plugin, OSystem &system, const Common::St
|
|||
// Reset the file/directory mappings
|
||||
Common::File::resetDefaultDirectories();
|
||||
|
||||
|
||||
// If result=1 return to the launcher, else quit ScummVM
|
||||
return result;
|
||||
}
|
||||
|
@ -279,6 +278,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
|
|||
|
||||
// Load the plugins.
|
||||
PluginManager::instance().loadPlugins();
|
||||
EngineMan.getPlugins();
|
||||
|
||||
// Process the remaining command line settings. Must be done after the
|
||||
// config file and the plugins have been loaded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue