mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user