Skip to content

Commit

Permalink
Fix GGC 12 compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Gibbens <gibmat@debian.org>
  • Loading branch information
gibmat committed May 3, 2024
1 parent cf3d4c7 commit accbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/management/Finance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void FinanceInit()
gameState.ScenarioCompletedCompanyValue = kMoney64Undefined;
gameState.TotalAdmissions = 0;
gameState.TotalIncomeFromAdmissions = 0;
gameState.ScenarioCompletedBy = "?";
gameState.ScenarioCompletedBy = std::string("?");
}

/**
Expand Down

0 comments on commit accbd79

Please sign in to comment.