mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 12:54:50 -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