X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.h;h=8832fca31aab4d8253120732cc84d0aedafc4276;hb=3a86cc937e9fce68384efc08edb6d6ba101d12eb;hp=8d5c6a5bbb2b8b1d825211e4328e0e9356ad9f6e;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index 8d5c6a5..8832fca 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -23,6 +23,9 @@ namespace map { /// interact with the player. class Entity { +public: + static const int TYPE_ID = 605; + public: Entity(); ~Entity() { }