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
@@ -1933,8 +1933,8 @@ void daE_DT_c::executeOpening() {
}
camera->Set(mCamCenter, mCamEye, mCamFovy, mCamBank);
dComIfGp_getEvent().onSkipFade();
dComIfGp_getEvent().setSkipProc(this, DemoSkipCallBack, 0);
dComIfGp_getEvent()->onSkipFade();
dComIfGp_getEvent()->setSkipProc(this, DemoSkipCallBack, 0);
}
void daE_DT_c::calcCamera() {