mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
work on d_a_npc_the and d_a_npc (#2120)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user