summaryrefslogtreecommitdiffstats
path: root/src/render/WaterLevel.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-10-24 18:31:18 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2020-10-24 18:31:18 +0200
commit29a2d810a78cf757846e021d19a3e970324e18d9 (patch)
tree84ff2f4bb27d7aeb9565611be8bd9322f6111af3 /src/render/WaterLevel.h
parentJoin CdStream threads to wait for them to exit (diff)
downloadre3-29a2d810a78cf757846e021d19a3e970324e18d9.tar
re3-29a2d810a78cf757846e021d19a3e970324e18d9.tar.gz
re3-29a2d810a78cf757846e021d19a3e970324e18d9.tar.bz2
re3-29a2d810a78cf757846e021d19a3e970324e18d9.tar.lz
re3-29a2d810a78cf757846e021d19a3e970324e18d9.tar.xz
re3-29a2d810a78cf757846e021d19a3e970324e18d9.tar.zst
re3-29a2d810a78cf757846e021d19a3e970324e18d9.zip
Diffstat (limited to '')
-rw-r--r--src/render/WaterLevel.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/render/WaterLevel.h b/src/render/WaterLevel.h
index 58940c63..0e682305 100644
--- a/src/render/WaterLevel.h
+++ b/src/render/WaterLevel.h
@@ -81,12 +81,16 @@ enum eBeachToy
{
BEACHTOY_0 = 0,
BEACHTOY_BALL,
- BEACHTOY_2,
- BEACHTOY_3,
- BEACHTOY_4,
- BEACHTOY_LOUNGE = 5,
- BEACHTOY_6,
- BEACHTOY_11 = 11
+ BEACHTOY_LOUNGE_WOOD_UP,
+ BEACHTOY_LOUNGE_TOWEL_UP,
+ BEACHTOY_LOUNGE_WOOD_ON,
+ BEACHTOY_ANY_LOUNGE,
+ BEACHTOY_LOTION,
+ BEACHTOY_TOWEL1,
+ BEACHTOY_TOWEL2,
+ BEACHTOY_TOWEL3,
+ BEACHTOY_TOWEL4,
+ BEACHTOY_ANY_TOWEL,
};
extern RwRaster* gpWaterRaster;