mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 14:06:51 -04:00
d_camera / m_Do_ext / d_particle + minor various wip (#210)
This commit is contained in:
@@ -909,7 +909,7 @@ void dEvDtStaff_c::specialProcCreate() {
|
||||
|
||||
cXyz* posP = dComIfGp_evmng_getMyXyzP(staffId, "POS");
|
||||
if (posP == NULL) {
|
||||
pos = ((fopAc_ac_c*)dComIfGp_getPlayer(0))->getPosition();
|
||||
pos = dComIfGp_getPlayer(0)->getPosition();
|
||||
} else {
|
||||
pos = *posP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user