This commit is contained in:
Runar Ovesen Hjerpbakk 2020-09-24 13:05:56 -07:00 committed by GitHub
commit 938e0a6d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4352,7 +4352,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)
{