]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
switched to static type IDs
[l2e.git] / src / map / Map.h
index b751d5ece04f97b33a431b6f8df78e8024ba24e7..fbc98f399b850c68ccbe72f4dd2cca572844da1a 100644 (file)
@@ -28,6 +28,9 @@ namespace map {
 /// extending to the right and down respectively.
 class Map {
 
+public:
+       static const int TYPE_ID = 602;
+
 public:
        Map();
        ~Map() { }