You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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