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:
@@ -2369,7 +2369,7 @@ static void demo_camera(b_ob_class* i_this) {
|
||||
}
|
||||
|
||||
if (i_this->mDemoActionTimer == 30) {
|
||||
dComIfGp_getEvent().startCheckSkipEdge(a_this);
|
||||
dComIfGp_getEvent()->startCheckSkipEdge(a_this);
|
||||
}
|
||||
|
||||
sp88 = a_this->current.pos;
|
||||
@@ -2975,7 +2975,7 @@ static void demo_camera(b_ob_class* i_this) {
|
||||
cLib_addCalcAngleS2(&i_this->mBlureRate, i_this->mBlureRateTarget, 1, 8);
|
||||
|
||||
if (i_this->mDemoAction >= 31 && i_this->mDemoAction < 40) {
|
||||
if (dComIfGp_getEvent().checkSkipEdge()) {
|
||||
if (dComIfGp_getEvent()->checkSkipEdge()) {
|
||||
cDmr_SkipInfo = JREG_S(8) + 30;
|
||||
dStage_changeScene(1, 0.0f, 0, fopAcM_GetRoomNo(a_this), 0, -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user