diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-11-12 11:46:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-11 16:46:21 -0800 |
| commit | 4663beda1a3e22788ea4e9218c40147022fd3936 (patch) | |
| tree | 19a4fd815a35b82ac7ee25f8c63e86f9ca917fd4 /src/code/z_kankyo.c | |
| parent | 4337c2a4f29034a576c5fbcef00f27e468df9579 (diff) | |
Document Room Type (#1740)
* roomType
* cleanup
Diffstat (limited to 'src/code/z_kankyo.c')
| -rw-r--r-- | src/code/z_kankyo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_kankyo.c b/src/code/z_kankyo.c index ac579560d..5be8576f6 100644 --- a/src/code/z_kankyo.c +++ b/src/code/z_kankyo.c @@ -2941,7 +2941,7 @@ s32 Environment_AdjustLights(PlayState* play, f32 arg1, f32 arg2, f32 arg3, f32 s32 i; Player* player = GET_PLAYER(play); - if (play->roomCtx.curRoom.behaviorType1 == ROOM_BEHAVIOR_TYPE1_5) { + if (play->roomCtx.curRoom.type == ROOM_TYPE_BOSS) { return 0; } |
