mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
d_item 40%
This commit is contained in:
@@ -269,8 +269,8 @@ BOOL daMbdoor_c::CreateInit() {
|
||||
mCurActionIdx = 1;
|
||||
field_0x2b0 = 0;
|
||||
field_0x2b2 = 0;
|
||||
} else if ((type == 0 && (swbit != 0xFF && !dComIfGs_isSwitch(swbit, fopAcM_GetRoomNo(this))))
|
||||
|| (type == 1 && (swbit == 0xFF || dComIfGs_isSwitch(swbit, fopAcM_GetRoomNo(this))))) {
|
||||
} else if ((type == 0 && (swbit != 0xFF && !dComIfGs_isSwitch(swbit, fopAcM_GetRoomNo(this)))) ||
|
||||
(type == 1 && (swbit == 0xFF || dComIfGs_isSwitch(swbit, fopAcM_GetRoomNo(this))))) {
|
||||
mCurActionIdx = 1;
|
||||
field_0x2b0 = 0;
|
||||
field_0x2b2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user