Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hjerpbakk authored Jun 2, 2020
1 parent d9e287e commit d3797ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REDALERT/HOUSE.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -8170,4 +8170,4 @@ void HouseClass::Free_Unit_Trackers(void)
delete TotalCrates;
TotalCrates = NULL;
}
}
}

0 comments on commit d3797ab

Please sign in to comment.