mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 21:11:59 -04:00
work on d_a_npc_the and d_a_npc (#2120)
This commit is contained in:
+423
-278
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||
|
||||
@@ -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