summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-11-23 15:10:23 -0500
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-11-23 15:11:22 -0500
commit5e3eb2fe3556f9a73dafbca0a67d3a5ae1043422 (patch)
treee5167c7eab43c90d2e1bf1dda450e228d3e5d51a /include/d
parentfce6ad876d555bc6d1cfb7d481da6dd80ef36e39 (diff)
fix typos
Diffstat (limited to 'include/d')
-rw-r--r--include/d/t/d_t_barrel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/t/d_t_barrel.h b/include/d/t/d_t_barrel.h
index 9237c27c..3266d6d1 100644
--- a/include/d/t/d_t_barrel.h
+++ b/include/d/t/d_t_barrel.h
@@ -36,10 +36,10 @@ private:
/* 0x240 */ u8 mStopFlag; ///< Stop Sceneflag - Note there is no checking done to see if valid
/* 0x241 */ u8 mSpawnInterval; ///< Barrel Spawn Interval in Seconds
/* 0x242 */ u8 mSpawnTimer; ///< Barrel Spawn Timer
- /* 0x243 */ u8 mBarrelPosCount; ///< Repesents the index of the highest dTgBarrelPos_c in mTgBarrelPosArr
+ /* 0x243 */ u8 mBarrelPosCount; ///< Represents the index of the highest dTgBarrelPos_c in mTgBarrelPosArr
/* 0x244 */ u8 mBarrelPosIndex; ///< Rolling index to spawn dAcOBarrel_c from a dTgBarrelPos_c
/* 0x245 */ u8 mLinkId; ///< Link Id used to find correct dTgBarrelPos_c
- /* 0x246 */ bool mSpawnActive; ///< Used to reset the spawn timer after the player has already entered the area
+ /* 0x246 */ bool mSpawnActive; ///< Used to reset the spawn timer after the player has already entered the area
};
#endif