@@ -119,7 +119,6 @@ void WarheadTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
119119 INI_EX exINI (pINI);
120120
121121 // Miscs
122- this ->Flash_Duration .Read (exINI, pSection, " Flash.Duration" );
123122 this ->Reveal .Read (exINI, pSection, " Reveal" );
124123 this ->CreateGap .Read (exINI, pSection, " CreateGap" );
125124 this ->TransactMoney .Read (exINI, pSection, " TransactMoney" );
@@ -337,6 +336,7 @@ void WarheadTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
337336 this ->AffectsOwner .Read (exINI, pSection, " AffectsOwner" );
338337 this ->EffectsRequireVerses .Read (exINI, pSection, " EffectsRequireVerses" );
339338 this ->Malicious .Read (exINI, pSection, " Malicious" );
339+ this ->Flash_Duration .Read (exINI, pSection, " Flash.Duration" );
340340
341341 // List all Warheads here that respect CellSpread
342342 // Used in WarheadTypeExt::ExtData::Detonate
@@ -403,7 +403,6 @@ template <typename T>
403403void WarheadTypeExt::ExtData::Serialize (T& Stm)
404404{
405405 Stm
406- .Process (this ->Flash_Duration )
407406 .Process (this ->Reveal )
408407 .Process (this ->CreateGap )
409408 .Process (this ->TransactMoney )
@@ -590,6 +589,7 @@ void WarheadTypeExt::ExtData::Serialize(T& Stm)
590589 .Process (this ->AffectsOwner )
591590 .Process (this ->EffectsRequireVerses )
592591 .Process (this ->Malicious )
592+ .Process (this ->Flash_Duration )
593593
594594 .Process (this ->WasDetonatedOnAllMapObjects )
595595 .Process (this ->RemainingAnimCreationInterval )
0 commit comments