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 0c7b46b79f
commit 3eb62c4489
37 changed files with 2169 additions and 1855 deletions
+423 -278
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -578,7 +578,7 @@ void daItem_c::CreateInit() {
procInitNormal();
show();
field_0x930.setAll(1.0f);
field_0x930.setall(1.0f);
switch (daItem_prm::getType(this)) {
case 5:
+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;
}