work on d_a_npc_the and d_a_npc (#2120)

This commit is contained in:
Caroline Madsen
2024-04-04 19:05:50 -04:00
committed by GitHub
parent 54d864e390
commit 73ead19443
37 changed files with 2169 additions and 1855 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ void dEvDtStaff_c::specialProcCreate() {
cXyz* scaleP = dComIfGp_evmng_getMyXyzP(staffId, "SCALE");
if (scaleP == NULL) {
scale.setAll(1.0f);
scale.setall(1.0f);
} else {
scale = *scaleP;
}