File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -557,12 +557,14 @@ void TechnoExt::ExtData::Serialize(T& Stm)
557
557
.Process (this ->PreviousType )
558
558
.Process (this ->AnimRefCount )
559
559
.Process (this ->ReceiveDamage )
560
+ .Process (this ->LastKillWasTeamTarget )
560
561
.Process (this ->PassengerDeletionTimer )
561
562
.Process (this ->CurrentShieldType )
562
563
.Process (this ->LastWarpDistance )
563
564
.Process (this ->ChargeTurretTimer )
564
565
.Process (this ->AutoDeathTimer )
565
566
.Process (this ->MindControlRingAnimType )
567
+ .Process (this ->DamageNumberOffset )
566
568
.Process (this ->Strafe_BombsDroppedThisRound )
567
569
.Process (this ->CurrentAircraftWeaponIndex )
568
570
.Process (this ->IsInTunnel )
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ class TechnoTypeExt
282
282
Valueable<Leptons> KeepTargetOnMove_ExtraDistance;
283
283
284
284
Valueable<int > Power;
285
-
285
+
286
286
Nullable<bool > AllowAirstrike;
287
287
288
288
Nullable<UnitTypeClass*> Image_ConditionYellow;
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ void ShieldTypeClass::Serialize(T& Stm)
127
127
.Process (this ->IdleAnim_OfflineAction )
128
128
.Process (this ->IdleAnim_TemporalAction )
129
129
.Process (this ->IdleAnim )
130
+ .Process (this ->IdleAnimDamaged )
130
131
.Process (this ->BreakAnim )
131
132
.Process (this ->HitAnim )
132
133
.Process (this ->HitFlash )
You can’t perform that action at this time.
0 commit comments