File diff r17991:3ef131d519a8 → r17992:c39d1a133bdf
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()