File diff r23552:91d98b9489aa → r23553:9f01781fc43d
src/newgrf_sound.cpp
Show inline comments
 
@@ -56,7 +56,7 @@ SoundEntry *GetSound(SoundID index)
 

	
 
uint GetNumSounds()
 
{
 
	return _sounds.size();
 
	return (uint)_sounds.size();
 
}