mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -96,7 +96,7 @@ BOOL dEvLib_callback_c::executeStart() {
|
||||
fopAcM_orderOtherEventId(mActor, mActor->eventInfo.getEventId(),
|
||||
mActor->eventInfo.getMapToolId(), 0xFFFF, 0, _C);
|
||||
}
|
||||
mActor->eventInfo.i_onCondition(2);
|
||||
mActor->eventInfo.onCondition(2);
|
||||
return TRUE;
|
||||
} else {
|
||||
return setAction(&l_runAction);
|
||||
@@ -118,4 +118,4 @@ BOOL dEvLib_callback_c::executeRun() {
|
||||
setAction(NULL);
|
||||
return eventEnd();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user