Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Fixed typo #2

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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