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:
LagoLunatic
2025-12-24 19:57:36 -05:00
committed by GitHub
parent 27b8eb1049
commit 11b713902f
194 changed files with 767 additions and 1029 deletions
+1 -1
View File
@@ -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()) {