mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added RA2 pillbox and added missing IdleAnimIgnorePowerState in Read_INI.
This commit is contained in:
@@ -4077,6 +4077,7 @@ bool BuildingTypeClass::Read_INI(CCINIClass & ini)
|
||||
ActiveAnimAnimShape = MFCD::Retrieve(ConstructAnimName);
|
||||
}
|
||||
|
||||
IdleAnimIgnorePowerState = ini.Get_Int(Name(), "IdleAnimIgnorePowerState", 0);
|
||||
IdleHasShadowFrames = ini.Get_Int(Name(), "IdleHasShadowFrames", 0);
|
||||
IdleAnimNonDamagedStart = ini.Get_Int(Name(), "IdleAnimNonDamagedStart", -1);
|
||||
IdleAnimNonDamagedFrames = ini.Get_Int(Name(), "IdleAnimNonDamagedFrames", -1);
|
||||
|
||||
Reference in New Issue
Block a user