diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
| commit | 97eb1fb31fb57ee96669f8a83848cb0327797180 (patch) | |
| tree | e628a3110a9d3f2b60ca5d9df0e7c8f55e6be283 /src/d/d_event_data.cpp | |
| parent | 072f172d50878964e0636619e4a3d9a14f1d2c47 (diff) | |
Remove fake inlines from fopAc_ac_c, add real 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 582272a8..db89bbae 100644 --- a/src/d/d_event_data.cpp +++ b/src/d/d_event_data.cpp @@ -498,7 +498,7 @@ void dEvDtStaff_c::specialProcCreate() { cXyz* pPos = dComIfGp_evmng_getMyXyzP(staffIdx, "POS"); cXyz pos; if (pPos == NULL) { - pos = dComIfGp_getPlayer(0)->getPosition(); + pos = dComIfGp_getPlayer(0)->current.pos; } else { pos = *pPos; } |
