This should unbreak a bunch of consoles.

This commit is contained in:
Alcaro 2015-10-11 17:03:00 +02:00
parent 2b9e5539fb
commit 611bcec28c

View File

@ -563,7 +563,11 @@ static void parse_input(int argc, char *argv[])
};
global->inited.core.no_content = false;
#ifdef HAVE_DYNAMIC
global->inited.core.type = CORE_TYPE_DUMMY;
#else
global->inited.core.type = CORE_TYPE_PLAIN;
#endif
*global->subsystem = '\0';
global->has_set.save_path = false;
global->has_set.state_path = false;