mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fakematches
This commit is contained in:
@@ -399,7 +399,7 @@ BOOL dEvent_manager_c::endCheckOld(const char* eventName) {
|
||||
|
||||
/* 800745E0-80074718 .text getMyStaffId__16dEvent_manager_cFPCcP10fopAc_ac_ci */
|
||||
int dEvent_manager_c::getMyStaffId(const char* name, fopAc_ac_c* actor, int tagId) {
|
||||
if (dComIfGp_event_getMode() == dEvtMode_NONE_e)
|
||||
if (!dComIfGp_event_runCheck())
|
||||
return -1;
|
||||
|
||||
if (mList.getHeaderP() == NULL)
|
||||
|
||||
Reference in New Issue
Block a user