summaryrefslogtreecommitdiff
path: root/src/d/d_com_inf_game.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-29 20:09:32 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-29 20:09:32 -0400
commita0536371e6156634670ff9e66d940e268046bd9d (patch)
treea2714a3a4500c8dd931c8e0f416febb02e879a47 /src/d/d_com_inf_game.cpp
parent2376acb22470a85e7ea87527d49df46b64d6fd5e (diff)
player_swim 100%, bunch of inline cleanup
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
-rw-r--r--src/d/d_com_inf_game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp
index 089fc9d1..126b9b67 100644
--- a/src/d/d_com_inf_game.cpp
+++ b/src/d/d_com_inf_game.cpp
@@ -74,7 +74,7 @@ void dComIfG_play_c::itemInit() {
mItemLifeCount = 0.0f;
mItemRupeeCount = 0;
mAirMeter = 0;
- field_0x48c8 = 0;
+ mItemTimeMax = 0;
mNpcNameMessageID = 0;
mItemNameMessageID = 0;
mItemKeyNumCount = 0;
@@ -99,7 +99,7 @@ void dComIfG_play_c::itemInit() {
mItemTimer = 0;
mItemNowLife = 0;
mItemNowRupee = 0;
- mItemTimeMax = 0;
+ mItemSwimTimerStatus = 0;
field_0x4929 = 0;
mMesgStatus = 0;
mbCamOverrideFarPlane = 0;