diff options
| author | Benjamin ROELANDT <benjamin.roelandt@gmail.com> | 2026-08-02 17:45:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-02 11:45:21 -0400 |
| commit | dbc093a3cfefac7f38088aa14c07115390d14fe5 (patch) | |
| tree | edf45d983965649c16535eef7c2443c403643595 /src/d/d_com_inf_game.cpp | |
| parent | 6b911411f071a174d794ced3a583fceff8073446 (diff) | |
* First version of d_scope, everything is matching on all version, probably missing a few inline on undocumented field that i did not manage to find
* Readd stuff previously deleted but badly tested
* Rename some fields and a few more inline
doesn't improve matching but i think it looks more genuine
* clean up syntax
* move d_scptyp enum and add forgotten inline
* build fix
* replace seStart call with proper enum
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 9ff9f662..690a580a 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -70,7 +70,7 @@ void dComIfG_play_c::init() { /* 800521D4-80052400 .text itemInit__14dComIfG_play_cFv */ void dComIfG_play_c::itemInit() { - field_0x48b8 = 0.0f; + mItemScopeWipeScale = 0.0f; mItemLifeCount = 0.0f; mItemRupeeCount = 0; mAirMeter = 0; @@ -100,7 +100,7 @@ void dComIfG_play_c::itemInit() { mItemNowLife = 0; mItemNowRupee = 0; mItemSwimTimerStatus = 0; - field_0x4929 = 0; + mItemScopeWipeTimer = 0; mMesgStatus = 0; mScopeMesgStatus = 0; field_0x492c = 0; @@ -166,7 +166,7 @@ void dComIfG_play_c::itemInit() { strcpy(mInputPassword, "\0"); mMesgBgm = 0; - field_0x4978 = 0; + mScopeWipeFlag = 0; m2dShow = 0; field_0x497a = 0; #if VERSION > VERSION_DEMO |
