mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 10:43:41 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
@@ -1308,7 +1308,7 @@ void daNpcF_c::changeEvent(char* i_arcName, char* i_evtName, u16 param_2, u16 pa
|
||||
JUT_ASSERT(2887, NULL != i_evtName);
|
||||
|
||||
mEventIdx = dComIfGp_getEventManager().getEventIdx(this, i_evtName, 0xFF);
|
||||
dComIfGp_getEvent().reset(this);
|
||||
dComIfGp_getEvent()->reset(this);
|
||||
fopAcM_orderChangeEventId(this, mEventIdx, param_2, param_3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user