mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-29 15:33:13 -04:00
d_event_data start
This commit is contained in:
+1
-1
@@ -756,7 +756,7 @@ bool dNpc_EventCut_c::cutProc() {
|
||||
},
|
||||
};
|
||||
|
||||
mCurActIdx = dComIfGp_evmng_getMyActIdx(mEvtStaffId, action_table, 7, 1, 0);
|
||||
mCurActIdx = dComIfGp_evmng_getMyActIdx(mEvtStaffId, action_table, ARRAY_SIZE(action_table), 1, 0);
|
||||
if(mCurActIdx == -1) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user