forked from mirror/OpenTTD
Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -40,7 +40,7 @@ SoundEntry *AllocateSound(uint num)
|
||||
|
||||
void InitializeSoundPool()
|
||||
{
|
||||
_sounds.Clear();
|
||||
_sounds.clear();
|
||||
|
||||
/* Copy original sound data to the pool */
|
||||
SndCopyToPool();
|
||||
|
Reference in New Issue
Block a user