From d3797ab70bfcaf5cd119ced85cb1c9cdebb50e5b Mon Sep 17 00:00:00 2001 From: Runar Ovesen Hjerpbakk Date: Tue, 2 Jun 2020 12:58:08 +0200 Subject: [PATCH 1/2] Fixed typo --- REDALERT/HOUSE.CPP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REDALERT/HOUSE.CPP b/REDALERT/HOUSE.CPP index a228ab64b..efa15a29b 100644 --- a/REDALERT/HOUSE.CPP +++ b/REDALERT/HOUSE.CPP @@ -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; } -} \ No newline at end of file +} From 32c5019aab7b9bcd76d74f4ac580e662b318071b Mon Sep 17 00:00:00 2001 From: Runar Ovesen Hjerpbakk Date: Tue, 2 Jun 2020 15:14:08 +0200 Subject: [PATCH 2/2] Removed newline at end of file --- REDALERT/HOUSE.CPP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REDALERT/HOUSE.CPP b/REDALERT/HOUSE.CPP index efa15a29b..f898afd3b 100644 --- a/REDALERT/HOUSE.CPP +++ b/REDALERT/HOUSE.CPP @@ -8170,4 +8170,4 @@ void HouseClass::Free_Unit_Trackers(void) delete TotalCrates; TotalCrates = NULL; } -} +} \ No newline at end of file