summaryrefslogtreecommitdiff
path: root/src/d/d_meter_HIO.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-12-10 08:46:19 -0800
committerGitHub <noreply@github.com>2024-12-10 18:46:19 +0200
commit8d73439554beb2b4870b86159aa2e676357792b7 (patch)
treef146d56805cdbbf0ee01412b66d328396d2b0305 /src/d/d_meter_HIO.cpp
parent3fa6b50e6ab76f8d6fed3c92a70084db2f0e221e (diff)
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
Diffstat (limited to 'src/d/d_meter_HIO.cpp')
-rw-r--r--src/d/d_meter_HIO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_meter_HIO.cpp b/src/d/d_meter_HIO.cpp
index b2f87425b7..48739f3c65 100644
--- a/src/d/d_meter_HIO.cpp
+++ b/src/d/d_meter_HIO.cpp
@@ -1311,7 +1311,7 @@ dMeter_mapIconHIO_c::dMeter_mapIconHIO_c() {
mCannonBallZoomScale[1] = 0.8f;
mLV5DungeonItemDebug = false;
- mLV5DungeonItem = NO_ITEM;
+ mLV5DungeonItem = fpcNm_ITEM_NONE;
mIconDebug = false;
for (int i = 0; i < ARRAY_SIZE(mIconDisplay); i++) {
@@ -1554,4 +1554,4 @@ dMeter_ringHIO_c g_ringHIO;
dMeter_fmapHIO_c g_fmapHIO;
/* 80430110-80430158 05CE30 0044+04 0/1 6/6 1/1 .bss g_cursorHIO */
-dMeter_cursorHIO_c g_cursorHIO; \ No newline at end of file
+dMeter_cursorHIO_c g_cursorHIO;