Implement onCondition inline function of dEvt_info_c

This commit is contained in:
soruh
2025-03-22 00:20:51 +01:00
parent 02ded44d36
commit dc7e945aed
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -123,12 +123,12 @@ public:
void setEventName(char*);
char* getEventName();
void beforeProc();
void onCondition(u16);
void offCondition(u16);
BOOL checkCommandCatch();
BOOL checkCommandDoor();
BOOL checkCommandDemoAccrpt() { return mCommand == dEvtCmd_INDEMO_e; }
void onCondition(u16 condition) { mCondition |= condition; }
void setCommand(u16 command) { mCommand = command; }
void setMapToolId(u8 id) { mMapToolId = id; }
void setEventId(s16 id) { mEventId = id; }