From c758ce6cde782ff8866b4624c1ba28f1e0db1e35 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Apr 2011 00:20:52 +0300 Subject: Replace list to vector in map. --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 8fd2c33c9..79c9e8b2b 100644 --- a/src/map.h +++ b/src/map.h @@ -506,7 +506,7 @@ class Map : public Properties, public ConfigListener int w; int h; }; - std::list particleEffects; + std::vector particleEffects; std::list mMapPortals; -- cgit v1.2.3-60-g2f50