diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2026-03-02 11:08:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 11:08:30 -0500 |
| commit | 1aed981ea3a427587613583a5fbfe97033a6754d (patch) | |
| tree | e8a2c3c3f19d43d166a5f53ae60625539f389f1b | |
| parent | daa379e2762592930b5a18c0e8fd0cba0305aa0c (diff) | |
Update d_t_event.cpp - fix build errorelijah-thomas774-patch-1
| -rw-r--r-- | src/d/tg/d_t_event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/tg/d_t_event.cpp b/src/d/tg/d_t_event.cpp index f462ec5a..add4cac5 100644 --- a/src/d/tg/d_t_event.cpp +++ b/src/d/tg/d_t_event.cpp @@ -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); } |
