mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: Removed SmallVector completely
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ struct TextEffect : public ViewportSign {
|
||||
}
|
||||
};
|
||||
|
||||
static SmallVector<struct TextEffect, 32> _text_effects; ///< Text effects are stored there
|
||||
static std::vector<struct TextEffect> _text_effects; ///< Text effects are stored there
|
||||
|
||||
/* Text Effects */
|
||||
TextEffectID AddTextEffect(StringID msg, int center, int y, uint8 duration, TextEffectMode mode)
|
||||
|
||||
Reference in New Issue
Block a user