mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
use enums in more places
This commit is contained in:
+2
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user