mirror of https://github.com/OpenTTD/OpenTTD
(svn r22811) -Change: don't try to load static NewGRFs when loading the intro game for the first time
parent
9c73f15cde
commit
21f194bbf2
|
@ -95,8 +95,8 @@ static void Load_NGRF()
|
||||||
{
|
{
|
||||||
Load_NGRF_common(_grfconfig);
|
Load_NGRF_common(_grfconfig);
|
||||||
|
|
||||||
/* Append static NewGRF configuration */
|
/* Append static NewGRF configuration, but only if there are some NewGRFs. */
|
||||||
AppendStaticGRFConfigs(&_grfconfig);
|
if (_game_mode != GM_MENU || _all_grfs != NULL) AppendStaticGRFConfigs(&_grfconfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void Check_NGRF()
|
static void Check_NGRF()
|
||||||
|
|
Loading…
Reference in New Issue