summaryrefslogtreecommitdiff
path: root/src/d/d_event_data.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-04 15:57:55 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-04 15:57:55 -0500
commit830d3c80fee4a8d15a72838165c04c4b2ead5e7f (patch)
treebea5aa377562a0ebe591576ae5e0415900492922 /src/d/d_event_data.cpp
parentd19c0890a160af9a25e82c34a1aa8cc41d8d292c (diff)
Add drawlist inlines
Diffstat (limited to 'src/d/d_event_data.cpp')
-rw-r--r--src/d/d_event_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event_data.cpp b/src/d/d_event_data.cpp
index 28c73fac..5ae0c381 100644
--- a/src/d/d_event_data.cpp
+++ b/src/d/d_event_data.cpp
@@ -637,7 +637,7 @@ void dEvDtStaff_c::specialProcDirector() {
{
f32* rate = dComIfGp_evmng_getMyFloatP(staffIdx, "Rate");
JUT_ASSERT(0x384, rate);
- dDlst_list_c::wipeIn(-*rate);
+ dDlst_list_c::wipeOut(*rate);
if (*rate > 0.0f)
mWipeDirection = 0;
else