summaryrefslogtreecommitdiff
path: root/mm/src/code/z_parameter.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2024-11-12 11:46:21 +1100
committerEblo <7004497+Eblo@users.noreply.github.com>2025-09-16 13:15:50 -0400
commitb28f8e090ab756d27cbd93dba006adf43a66fbbf (patch)
treee19964118b3b6534dce7a269bd1bb51b5d86efd7 /mm/src/code/z_parameter.c
parent7512191d787a81be18625d1400430aec46609af5 (diff)
Document Room Type (#1740)
* roomType * cleanup
Diffstat (limited to 'mm/src/code/z_parameter.c')
-rw-r--r--mm/src/code/z_parameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c
index c841389f8..cc52db12a 100644
--- a/mm/src/code/z_parameter.c
+++ b/mm/src/code/z_parameter.c
@@ -2884,7 +2884,7 @@ void Interface_UpdateHudAlphas(PlayState* play, s16 dimmingAlpha) {
break;
}
- if ((play->roomCtx.curRoom.behaviorType1 == ROOM_BEHAVIOR_TYPE1_1) && (interfaceCtx->minimapAlpha >= 255)) {
+ if ((play->roomCtx.curRoom.type == ROOM_TYPE_DUNGEON) && (interfaceCtx->minimapAlpha >= 255)) {
interfaceCtx->minimapAlpha = 255;
}
}