mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Make sure version_settings are initialized.
svn-id: r6665
This commit is contained in:
parent
d39952106c
commit
8889232a25
@ -146,6 +146,7 @@ static Game the_game;
|
||||
|
||||
static bool checkName(const char *base, char *text = 0)
|
||||
{
|
||||
GameDetector g;
|
||||
const VersionSettings *gnl = version_settings;
|
||||
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user