Changeset - r17992:c39d1a133bdf
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-08-22 12:54:17
rubidium@openttd.org
(svn r22811) -Change: don't try to load static NewGRFs when loading the intro game for the first time
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/saveload/newgrf_sl.cpp
Show inline comments
 
@@ -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()
0 comments (0 inline, 0 general)