summaryrefslogtreecommitdiff
path: root/include/d/d_stage.h
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-05-09 18:28:45 +0200
committerrobojumper <robojumper@gmail.com>2025-05-10 22:20:16 +0200
commit4c5dede891ea0934d77bfcee8f50f9702c949031 (patch)
treeffac19613501deb82a6bdced221111510fe6feb4 /include/d/d_stage.h
parent378c19269740113da8ca3fc4579ea6fd1d6d946e (diff)
d_message OK (via dFlow_c)
Diffstat (limited to 'include/d/d_stage.h')
-rw-r--r--include/d/d_stage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h
index b7901d05..7e4dea81 100644
--- a/include/d/d_stage.h
+++ b/include/d/d_stage.h
@@ -137,7 +137,7 @@ public:
return mFader.isStatus(mFaderBase_c::FADED_IN);
}
- u8 getCurrRoomId() const {
+ s8 getCurrRoomId() const {
return curr_room_id;
}
@@ -158,7 +158,7 @@ private:
/* 0x01A0 */ MapRelated mapRelated;
/* 0x0394 */ u8 _0x394[0x39C - 0x394];
/* 0x039C */ u32 loaded_entities[2047];
- /* 0x2398 */ u8 curr_room_id;
+ /* 0x2398 */ s8 curr_room_id;
/* 80575760 */ static dStage_c *sInstance;
};