File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/texteff.cpp
Show inline comments
 
@@ -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)