mirror of
https://github.com/zeldaret/ss
synced 2026-06-21 08:12:19 -04:00
Merge pull request #303 from zeldaret/elijah-thomas774-patch-1
Update d_t_event.cpp - fix build error
This commit is contained in:
@@ -42,7 +42,7 @@ int dTgEvent_c::actorExecute() {
|
||||
if (!isValidFlag(mTrigSceneflag) || checkUncommittedFlag(mTrigSceneflag)) {
|
||||
if ((mSubtype != 0 && !(isValidFlag(mSetSceneflag) && checkUncommittedFlag(mSetSceneflag))) ||
|
||||
(mSubtype == 0 && (isValidFlag(mSetSceneflag) && checkUncommittedFlag(mSetSceneflag)))) {
|
||||
if (checkIfVec3fInMatrix(mMatrix, dAcPy_c::LINK->mPosition)) {
|
||||
if (checkAreaBox(mMatrix, dAcPy_c::LINK->mPosition)) {
|
||||
Event EStack_48 = Event(mEventId, mRoomID, fun(mUnkParamFlag, 0x1), 0, 0);
|
||||
mActorEvent.scheduleEvent(EStack_48, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user