(svn r22811) -Change: don't try to load static NewGRFs when loading the intro game for the first time

pull/155/head
rubidium 13 years ago
parent 6ea9fc644c
commit 5928dbb8a3

@ -95,8 +95,8 @@ static void Load_NGRF()
{
Load_NGRF_common(_grfconfig);
/* Append static NewGRF configuration */
AppendStaticGRFConfigs(&_grfconfig);
/* Append static NewGRF configuration, but only if there are some NewGRFs. */
if (_game_mode != GM_MENU || _all_grfs != NULL) AppendStaticGRFConfigs(&_grfconfig);
}
static void Check_NGRF()

Loading…
Cancel
Save