summaryrefslogtreecommitdiff
path: root/src/d/d_door.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-28 01:39:53 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-28 01:39:53 -0500
commit83bcf1bd1fe980059cdf41fb1b7403b5ef7be34d (patch)
tree908b86e5d65c54a053fba241fa7ade1e8e0c81e9 /src/d/d_door.cpp
parent2acf4ca63fa8a40cf223db91b272814d98236679 (diff)
use enums in more places
Diffstat (limited to 'src/d/d_door.cpp')
-rw-r--r--src/d/d_door.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_door.cpp b/src/d/d_door.cpp
index ae7b006d..3be373c8 100644
--- a/src/d/d_door.cpp
+++ b/src/d/d_door.cpp
@@ -290,9 +290,9 @@ void dDoor_msg_c::proc(cXyz*) {
/* 8006D0DC-8006D11C .text resLoad__12dDoor_hkyo_cFv */
s32 dDoor_hkyo_c::resLoad() {
if (m11 == 0) {
- return 4;
+ return cPhs_COMPLEATE_e;
}
- dComIfG_resLoad(&mPhs, "Hkyo");
+ return dComIfG_resLoad(&mPhs, "Hkyo");
}
/* 8006D11C-8006D154 .text resDelete__12dDoor_hkyo_cFv */