summaryrefslogtreecommitdiff
path: root/src/d/d_event_lib.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-23 12:55:28 -0700
committerGitHub <noreply@github.com>2025-03-23 21:55:28 +0200
commita4cdad86f4eb28df25708e8b4b1988148f690f2e (patch)
treebe0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/d_event_lib.cpp
parent4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (diff)
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
Diffstat (limited to 'src/d/d_event_lib.cpp')
-rw-r--r--src/d/d_event_lib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_event_lib.cpp b/src/d/d_event_lib.cpp
index 7698c63a1c..11d2dcc36b 100644
--- a/src/d/d_event_lib.cpp
+++ b/src/d/d_event_lib.cpp
@@ -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();
}
-} \ No newline at end of file
+}