File diff r8084:20e57d6522f1 → r8085:1bbb83a278de
src/openttd.cpp
Show inline comments
 
@@ -342,6 +342,8 @@ static void LoadIntroGame()
 
	_cursor.fix_at = false;
 
	MarkWholeScreenDirty();
 

	
 
	CheckForMissingGlyphsInLoadedLanguagePack();
 

	
 
	/* Play main theme */
 
	if (_music_driver->IsSongPlaying()) ResetMusic();
 
}