diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-04 15:57:55 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-04 15:57:55 -0500 |
| commit | 830d3c80fee4a8d15a72838165c04c4b2ead5e7f (patch) | |
| tree | bea5aa377562a0ebe591576ae5e0415900492922 /src/d/d_event_data.cpp | |
| parent | d19c0890a160af9a25e82c34a1aa8cc41d8d292c (diff) | |
Add drawlist inlines
Diffstat (limited to 'src/d/d_event_data.cpp')
| -rw-r--r-- | src/d/d_event_data.cpp | 2 |
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 |
