mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix GGC 12 compile error
Signed-off-by: Mathias Gibbens <gibmat@debian.org>
This commit is contained in:
@@ -235,7 +235,7 @@ void FinanceInit()
|
||||
gameState.ScenarioCompletedCompanyValue = kMoney64Undefined;
|
||||
gameState.TotalAdmissions = 0;
|
||||
gameState.TotalIncomeFromAdmissions = 0;
|
||||
gameState.ScenarioCompletedBy = "?";
|
||||
gameState.ScenarioCompletedBy = std::string("?");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user