mirror of
https://github.com/zeldaret/tp
synced 2026-06-30 11:51: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:
@@ -94,7 +94,7 @@ bool dEvLib_callback_c::executeRun() {
|
||||
if (!dComIfGp_evmng_endCheck(mActor->eventInfo.getEventId())) {
|
||||
return eventRun();
|
||||
} else {
|
||||
dComIfGp_getEvent().reset();
|
||||
dComIfGp_getEvent()->reset();
|
||||
setAction(NULL);
|
||||
return eventEnd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user