X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=bf19f4d5d315b0e8750d0e544588a336083f59cd;hb=3a8e247d08c44419e632f575d2c6a919ae42a236;hp=0ca5a847a5805ef37881ac2c519cc717720d6449;hpb=e8647a01c3cb694cd96bab3882c026de6420c2d2;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 0ca5a84..bf19f4d 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -63,7 +63,10 @@ private: void LockEntities(); bool CheckMonster(); - bool CheckTrigger(); + + bool CheckLockTrigger(); + bool CheckMoveTrigger(); + void RunTrigger(Trigger &); private: common::GameConfig *game;