File diff r15873:e4545914edf2 → r15874:dfd0ea646f2d
src/openttd.cpp
Show inline comments
 
@@ -374,12 +374,13 @@ static void LoadIntroGame()
 
		SetLocalCompany(COMPANY_FIRST);
 
	}
 

	
 
	_pause_mode = PM_UNPAUSED;
 
	_cursor.fix_at = false;
 

	
 
	CheckForMissingSprites();
 
	CheckForMissingGlyphsInLoadedLanguagePack();
 

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