mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 05:02:12 -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:
@@ -516,7 +516,7 @@ void daSCannon_c::exeModeActionEvt() {
|
||||
}
|
||||
} else {
|
||||
if ((mLayerNo == 3 || mLayerNo == 10) && fopAcM_isSwitch(this, getSw2())) {
|
||||
dComIfGp_getEvent().setSkipProc(this, eventCallBack, 0);
|
||||
dComIfGp_getEvent()->setSkipProc(this, eventCallBack, 0);
|
||||
}
|
||||
demoExe();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user