X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=d839e96c0688b3fbf91657bb152ef5e52a03db0d;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=9da3083b3fb42f2a7db9f627327cbab9afdb66a4;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 9da3083..d839e96 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -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() { }