Make sure version_settings are initialized.

svn-id: r6665
This commit is contained in:
Marcus Comstedt 2003-03-02 18:38:51 +00:00
parent d39952106c
commit 8889232a25

View File

@ -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 {