File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/newgrf_sound.cpp
Show inline comments
 
@@ -19,13 +19,13 @@
 
#include "fileio_func.h"
 
#include "debug.h"
 
#include "settings_type.h"
 

	
 
#include "safeguards.h"
 

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

	
 

	
 
/**
 
 * Allocate sound slots.
 
 * @param num Number of slots to allocate.
 
 * @return First allocated slot.