Make sure our config default values get properly registered

svn-id: r22345
This commit is contained in:
Max Horn 2006-05-04 22:55:15 +00:00
parent 6321cfc874
commit c46301bcc2
3 changed files with 6 additions and 3 deletions

View file

@ -323,6 +323,9 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
// Verify that the backend has been initialized (i.e. g_system has been set).
assert(g_system);
OSystem &system = *g_system;
// Register config manager defaults
GameDetector::registerDefaults();
// Parse the command line
Common::StringMap settings;