We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb2cd6 commit 247b0e1Copy full SHA for 247b0e1
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior/ChronoDeathBehavior.cpp
@@ -72,8 +72,8 @@ ChronoDeathBehaviorModuleData::ChronoDeathBehaviorModuleData()
72
{ "OCL", INI::parseObjectCreationList, NULL, offsetof(ChronoDeathBehaviorModuleData, m_ocl) },
73
{ "StartScale", INI::parseReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_startScale) },
74
{ "EndScale", INI::parseReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_endScale) },
75
- { "StartOpacity", INI::parseReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_startAlpha) },
76
- { "EndOpacity", INI::parseReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_endAlpha) },
+ { "StartOpacity", INI::parsePercentToReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_startAlpha) },
+ { "EndOpacity", INI::parsePercentToReal, NULL, offsetof(ChronoDeathBehaviorModuleData, m_endAlpha) },
77
{ "DestructionDelay", INI::parseDurationUnsignedInt, NULL, offsetof(ChronoDeathBehaviorModuleData, m_destructionDelay) },
78
{ 0, 0, 0, 0 }
79
};
0 commit comments