diff options
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 |
