diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-04 16:22:09 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-04 16:22:09 -0500 |
| commit | a90e2e842ed9f45d03e89373820b9afc4600dbb9 (patch) | |
| tree | c34eb68e81168ff0f335f1969f5b07508c056972 /src/d/d_stage.cpp | |
| parent | be8d5c758dd1743be8ca3529a97225551c0e5ca2 (diff) | |
d_door start
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 948f491a..09868172 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -207,7 +207,7 @@ int createRoomScene(int param_0) { } /* 80040E38-80040E6C .text checkRoomDisp__20dStage_roomControl_cCFi */ -bool dStage_roomControl_c::checkRoomDisp(int i_roomNo) const { +BOOL dStage_roomControl_c::checkRoomDisp(int i_roomNo) const { if (checkStatusFlag(i_roomNo, 8)) { return false; } |
