X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=4ba149db1d96c3e05749c4a5b32f411b5938dfc5;hb=07cdc452aeaad73ca9f8f9a3cf9868d2b6c9d5b3;hp=371a881e5c54cc1b363ce2269dfa58e71c16b622;hpb=34e6fb59f355d1a4afc0a9a647aeb098b998dbbd;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 371a881..4ba149d 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -55,6 +55,8 @@ private: void StopFollowers(Entity &); void LockEntities(); + void CheckMonster(); + void CheckTrigger(); private: Map *map; @@ -67,6 +69,7 @@ private: float walkingSpeed; int nextDirection; bool afterLock; + bool debug; };