mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -04:00
fix build
This commit is contained in:
@@ -106,8 +106,9 @@ int daTagMwait_c::execute() {
|
||||
} else {
|
||||
mInitMsgFlow = false;
|
||||
|
||||
if (daPy_py_c::i_checkNowWolf() && midna_p != NULL && i_fopAcM_isSwitch(this, mOnSw)) {
|
||||
if (mWarpToPos) {
|
||||
if (daPy_py_c::i_checkNowWolf() && midna_p != NULL && i_fopAcM_isSwitch(this, mOnSw))
|
||||
{
|
||||
if (mWarpToPos == 1) {
|
||||
midna_p->onTagWaitPosWarp(&mWaitPosition);
|
||||
} else {
|
||||
midna_p->onTagWaitPos(&mWaitPosition);
|
||||
|
||||
Reference in New Issue
Block a user