summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 97d3df62..ce748c08 100644
--- a/src/map.h
+++ b/src/map.h
@@ -400,8 +400,8 @@ class Map : public Properties
unsigned mOnClosedList, mOnOpenList;
// Overlay data
- std::list<AmbientLayer*> mBackgrounds;
- std::list<AmbientLayer*> mForegrounds;
+ std::vector<AmbientLayer> mBackgrounds;
+ std::vector<AmbientLayer> mForegrounds;
float mLastScrollX;
float mLastScrollY;