diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-28 01:39:53 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-28 01:39:53 -0500 |
| commit | 83bcf1bd1fe980059cdf41fb1b7403b5ef7be34d (patch) | |
| tree | 908b86e5d65c54a053fba241fa7ade1e8e0c81e9 /src/d/d_door.cpp | |
| parent | 2acf4ca63fa8a40cf223db91b272814d98236679 (diff) | |
use enums in more places
Diffstat (limited to 'src/d/d_door.cpp')
| -rw-r--r-- | src/d/d_door.cpp | 4 |
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 */ |
