forked from mirror/OpenTTD
Fix: MSVC warnings (#7423)
This commit is contained in:
@@ -56,7 +56,7 @@ SoundEntry *GetSound(SoundID index)
|
||||
|
||||
uint GetNumSounds()
|
||||
{
|
||||
return _sounds.size();
|
||||
return (uint)_sounds.size();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user