diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-11-23 21:14:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-23 21:14:20 -0800 |
| commit | 818bd2f0bf5319be3c78d5286a67fa6e13597690 (patch) | |
| tree | 7d8601210357acefce98f1320df422c74b7ec693 /include/d/d_stage.h | |
| parent | 0cc9ebd72409859c7225e542d0c62868a3327ca7 (diff) | |
Some npc_ks dbg work (#2854)
Diffstat (limited to 'include/d/d_stage.h')
| -rw-r--r-- | include/d/d_stage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h index 7cffbbd2c9..a9df8d063f 100644 --- a/include/d/d_stage.h +++ b/include/d/d_stage.h @@ -1114,7 +1114,7 @@ public: static s8 getRoomReadId() { return mRoomReadId; } static void offNoChangeRoom() { mNoChangeRoom = false; } static void onNoChangeRoom() { mNoChangeRoom = true; } - static s8 getNextStayNo() { return mNextStayNo; } + static int getNextStayNo() { return mNextStayNo; } static void setProcID(u32 id) { mProcID = id; } static u32 getProcID() { return mProcID; } static void setStatusProcID(int i_roomNo, fpc_ProcID i_id) { mStatus[i_roomNo].mProcID = i_id; } |
