d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)

This commit is contained in:
TakaRikka
2024-03-04 17:33:13 -08:00
committed by GitHub
parent 7ba8c332c7
commit 22e941fd8c
334 changed files with 3797 additions and 6195 deletions
+2 -1
View File
@@ -686,7 +686,8 @@ void dEvDtStaff_c::specialProcCreate() {
cXyz* posP = dComIfGp_evmng_getMyXyzP(staffId, "POS");
if (posP == NULL) {
pos = dComIfGp_getPlayer(0)->getPosition();
fopAc_ac_c* player_p = dComIfGp_getPlayer(0);
pos = player_p->current.pos;
} else {
pos = *posP;
}