diff options
Diffstat (limited to 'src/d/actor/d_a_obj_chest.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_chest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_chest.cpp b/src/d/actor/d_a_obj_chest.cpp index bc7bb1bcc1..812ffc03c9 100644 --- a/src/d/actor/d_a_obj_chest.cpp +++ b/src/d/actor/d_a_obj_chest.cpp @@ -176,7 +176,7 @@ void daObjChest_c::actionWait() { fopAcM_seStart(this, Z2SE_OBJ_TANSU_YURE, 0); } - if (!fopAcM_isSwitch(this, getSwNo()) && player->i_checkNowWolf()) { + if (!fopAcM_isSwitch(this, getSwNo()) && player->checkNowWolf()) { if (player->checkWolfAttackReverse() || player->checkFrontRollCrash()) { for (int i = 0; i < 2; i++) { cXyz multiply[2] = { |
