From 32014de9008efe051a1a8b05e5e976a4629b34d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 30 Jun 2011 23:14:59 +0300 Subject: Replace some lists to vectors. --- src/resources/emotedb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/resources/emotedb.h') diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 53a39685e..94d97a872 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -24,6 +24,7 @@ #include #include #include +#include class AnimatedSprite; @@ -36,7 +37,7 @@ struct EmoteSprite struct EmoteInfo { std::list sprites; - std::list particles; + std::vector particles; }; typedef std::map EmoteInfos; -- cgit v1.2.3-70-g09d2