]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.cpp
extracted map loading/unloading
[l2e.git] / src / map / Map.cpp
index b87cd03cb5674a2333f3b78315d1e4c03e01cf5d..d7c0b32e49c77c6fa1aa08927a7cbe74ff317243 100644 (file)
@@ -23,6 +23,8 @@ Map::Map()
 , numAreas(0)
 , triggers(0)
 , numTriggers(0)
+, entities(0)
+, numEntities(0)
 , width(0) {
 
 }