Codechange: Removed SmallVector completely
This commit is contained in:
@@ -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