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 cefe919b8d
commit 229527daf7
194 changed files with 767 additions and 1029 deletions
+2 -2
View File
@@ -1105,7 +1105,7 @@ static void demo_camera(e_rdb_class* i_this) {
i_this->mDemoCamFovy = 55.0f;
camera->mCamera.SetTrimSize(3);
player->changeOriginalDemo();
dComIfGp_getEvent().startCheckSkipEdge(i_this);
dComIfGp_getEvent()->startCheckSkipEdge(i_this);
Z2GetAudioMgr()->setDemoName("force_start");
// [[fallthrough]]
case 2:
@@ -1352,7 +1352,7 @@ static void demo_camera(e_rdb_class* i_this) {
}
if (i_this->mDemoMode > 0 && i_this->mDemoMode < 10) {
if (dComIfGp_getEvent().checkSkipEdge()) {
if (dComIfGp_getEvent()->checkSkipEdge()) {
sVar1 = 1;
i_this->mAction = ACTION_WAIT;
i_this->mMode = 10;