mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -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:
@@ -174,7 +174,7 @@ void dEvM_HIO_c::listenPropertyEvent(const JORPropertyEvent* param_0) {
|
||||
break;
|
||||
case BTN_FORCED_TERMINATION:
|
||||
// "Forced termination" button
|
||||
dComIfGp_getEvent().reset();
|
||||
dComIfGp_getEvent()->reset();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user