mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -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:
@@ -74,7 +74,7 @@ void daKiPot_c::modeWait() {
|
||||
s32 daKiPot_c::chkEvent() {
|
||||
s32 result = 1;
|
||||
|
||||
if (!dComIfGp_getEvent().isOrderOK()) {
|
||||
if (!dComIfGp_getEvent()->isOrderOK()) {
|
||||
result = 0;
|
||||
|
||||
if (eventInfo.checkCommandCatch()) {
|
||||
|
||||
Reference in New Issue
Block a user