Fixed typo
This commit is contained in:
parent
d9e287e08b
commit
d3797ab70b
1 changed files with 2 additions and 2 deletions
|
@ -4306,7 +4306,7 @@ void HouseClass::Init_Data(PlayerColorType color, HousesType house, int credits)
|
|||
// MBL 03.20.2020
|
||||
// Attempt to fix Red Alert credit tick-up bug after saving a game that has had harvesting underway
|
||||
// Note that this code gets called with both game loads and saves
|
||||
// When this function is called, sometimes credits value has Tiberium (or HarvestedCredits?) variables applied, and sometimes now
|
||||
// When this function is called, sometimes credits value has Tiberium (or HarvestedCredits?) variables applied, and sometimes not
|
||||
//
|
||||
if (NowSavingGame == true)
|
||||
{
|
||||
|
@ -8170,4 +8170,4 @@ void HouseClass::Free_Unit_Trackers(void)
|
|||
delete TotalCrates;
|
||||
TotalCrates = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue