mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: Removed SmallVector completely
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
static SmallVector<SoundEntry, 8> _sounds;
|
||||
static std::vector<SoundEntry> _sounds;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user