]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Area.h
switched to static type IDs
[l2e.git] / src / map / Area.h
index 9da3083b3fb42f2a7db9f627327cbab9afdb66a4..d839e96c0688b3fbf91657bb152ef5e52a03db0d 100644 (file)
@@ -21,6 +21,9 @@ namespace map {
 /// Missing tiles in the last row are possible but don't fool yourself.
 class Area {
 
+public:
+       static const int TYPE_ID = 601;
+
 public:
        Area();
        ~Area() { }