]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Tile.h
switched to static type IDs
[l2e.git] / src / map / Tile.h
index 6706b01a42a53741af395591b46cc47df3af2a62..43f9dbb8e9b11a2939a7ea28d6ff32074d8aa5fd 100644 (file)
@@ -16,6 +16,9 @@ namespace map {
 
 class Tile {
 
+public:
+       static const int TYPE_ID = 603;
+
 public:
        Tile();
        ~Tile() { }