File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update
Generals/Code/GameEngine/Source/GameLogic/Object/Update Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1341,7 +1341,7 @@ void SpecialAbilityUpdate::triggerAbilityEffect()
13411341 if ( targetMoney && objectMoney )
13421342 {
13431343 UnsignedInt cash = targetMoney->countMoney ();
1344- #if RETAIL_COMPATIBLE_CRC
1344+ #if RETAIL_COMPATIBLE_CRC || RETAIL_COMPATIBLE_BUG
13451345 UnsignedInt desiredAmount = 1000 ;
13461346#else
13471347 UnsignedInt desiredAmount = data->m_effectValue ;
Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ void SpecialAbilityUpdate::triggerAbilityEffect()
14871487 if ( targetMoney && objectMoney )
14881488 {
14891489 UnsignedInt cash = targetMoney->countMoney ();
1490- #if RETAIL_COMPATIBLE_CRC
1490+ #if RETAIL_COMPATIBLE_CRC || RETAIL_COMPATIBLE_BUG
14911491 UnsignedInt desiredAmount = 1000 ;
14921492#else
14931493 UnsignedInt desiredAmount = data->m_effectValue ;
You can’t perform that action at this time.
0 commit comments