File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/newgrf_sound.cpp
Show inline comments
 
@@ -22,7 +22,7 @@
 

	
 
#include "safeguards.h"
 

	
 
static SmallVector<SoundEntry, 8> _sounds;
 
static std::vector<SoundEntry> _sounds;
 

	
 

	
 
/**