File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,6 @@ DamageAreaResult WarheadTypeExt::ExtData::DamageAreaWithTarget(const CoordStruct
119119
120120void WarheadTypeExt::ExtData::LoadFromINIFile (CCINIClass* const pINI)
121121{
122- if (lastLoadedINI == reinterpret_cast <uintptr_t >(pINI))
123- return ;
124- lastLoadedINI = reinterpret_cast <uintptr_t >(pINI);
125122 auto pThis = this ->OwnerObject ();
126123 const char * pSection = pThis->ID ;
127124 INI_EX exINI (pINI);
Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ class WarheadTypeExt
259259 private:
260260 Valueable<double > Shield_Respawn_Rate_InMinutes;
261261 Valueable<double > Shield_SelfHealing_Rate_InMinutes;
262- uintptr_t lastLoadedINI;
263262
264263 public:
265264 ExtData (WarheadTypeClass* OwnerObject) : Extension<WarheadTypeClass>(OwnerObject)
@@ -497,8 +496,6 @@ class WarheadTypeExt
497496 , ApplyPerTargetEffectsOnDetonate {}
498497
499498 , Taunt { false }
500-
501- , lastLoadedINI { 0 }
502499 { }
503500
504501 void ApplyConvert (HouseClass* pHouse, TechnoClass* pTarget);
You can’t perform that action at this time.
0 commit comments