mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -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:
@@ -1728,8 +1728,8 @@ void daE_VA_c::executeDemoOp() {
|
||||
|
||||
calcTagAngle();
|
||||
camera->mCamera.Set(mDemoCamCenter, mDemoCamEye, mDemoCamBank, 0);
|
||||
dComIfGp_getEvent().onSkipFade();
|
||||
dComIfGp_getEvent().setSkipProc(this, DemoSkipCallBack, 0);
|
||||
dComIfGp_getEvent()->onSkipFade();
|
||||
dComIfGp_getEvent()->setSkipProc(this, DemoSkipCallBack, 0);
|
||||
}
|
||||
|
||||
void daE_VA_c::executeClearWait() {
|
||||
|
||||
Reference in New Issue
Block a user