diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2025-03-29 18:55:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-29 18:55:06 -0400 |
| commit | 2376acb22470a85e7ea87527d49df46b64d6fd5e (patch) | |
| tree | 0bd590bdaf647c18aee4fb9e07295adb6374b4d9 /src/d/d_com_inf_game.cpp | |
| parent | b9c1eed694ed7fe2e5c4ac54d38fe982ef4426b0 (diff) | |
d_a_player_swim near complete (#711)
* initial progress
* more progress
* added `dComIfGp_clearItemTimeCount` inline
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress, all code matching except for `setSwimMoveAnime`
* resolving symbols, forgot to mention `changeSwimOutProc` is not matching as well
* PR changes made, only `setSwimMoveAnime` nonmatching
* fixed reference to old member name for `mItemTimeMax`
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 77208436..089fc9d1 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -99,7 +99,7 @@ void dComIfG_play_c::itemInit() { mItemTimer = 0; mItemNowLife = 0; mItemNowRupee = 0; - field_0x4928 = 0; + mItemTimeMax = 0; field_0x4929 = 0; mMesgStatus = 0; mbCamOverrideFarPlane = 0; |
