mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -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:
@@ -119,10 +119,9 @@ int daObj_BouMato_c::Execute() {
|
||||
if (field_0xa38 == 1 && dVar1 == 0) {
|
||||
deleteStuckArrow();
|
||||
}
|
||||
dComIfG_play_c& play = g_dComIfG_gameInfo.play;
|
||||
if (play.getEvent().runCheck() && !eventInfo.checkCommandTalk()) {
|
||||
if (dComIfGp_event_runCheck() && !eventInfo.checkCommandTalk()) {
|
||||
if (eventInfo.checkCommandDemoAccrpt() && dComIfGp_getEventManager().endCheck(field_0xa30)) {
|
||||
play.getEvent().reset();
|
||||
dComIfGp_event_reset();
|
||||
field_0xa30 = -1;
|
||||
} else {
|
||||
int staffId = dComIfGp_getEventManager().getMyStaffId("BouMato", this, -1);
|
||||
|
||||
Reference in New Issue
Block a user