File diff r22524:0268bf1f5071 → r22525:8b64738b95fa
src/openttd.cpp
Show inline comments
 
@@ -336,13 +336,12 @@ static void LoadIntroGame(bool load_newg
 
		SetLocalCompany(COMPANY_FIRST);
 
	}
 

	
 
	_pause_mode = PM_UNPAUSED;
 
	_cursor.fix_at = false;
 

	
 
	if (load_newgrfs) CheckForMissingSprites();
 
	CheckForMissingGlyphs();
 

	
 
	/* Play main theme */
 
	if (MusicDriver::GetInstance()->IsSongPlaying()) ResetMusic();
 
}