mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 19:01:05 -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:
@@ -1817,8 +1817,8 @@ void daB_TN_c::executeRoomDemo() {
|
||||
}
|
||||
|
||||
camera->mCamera.Set(mCamCenter, mCamEye, mCamFovY, 0);
|
||||
dComIfGp_getEvent().onSkipFade();
|
||||
dComIfGp_getEvent().setSkipProc(this, DemoSkipCallBack, 1);
|
||||
dComIfGp_getEvent()->onSkipFade();
|
||||
dComIfGp_getEvent()->setSkipProc(this, DemoSkipCallBack, 1);
|
||||
}
|
||||
|
||||
void daB_TN_c::executeOpening() {
|
||||
@@ -2014,8 +2014,8 @@ void daB_TN_c::executeOpening() {
|
||||
}
|
||||
|
||||
camera->mCamera.Set(mCamCenter, mCamEye, mCamFovY, 0);
|
||||
dComIfGp_getEvent().onSkipFade();
|
||||
dComIfGp_getEvent().setSkipProc(this, DemoSkipCallBack, 0);
|
||||
dComIfGp_getEvent()->onSkipFade();
|
||||
dComIfGp_getEvent()->setSkipProc(this, DemoSkipCallBack, 0);
|
||||
}
|
||||
|
||||
void daB_TN_c::executeWaitH() {
|
||||
|
||||
Reference in New Issue
Block a user