1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix build after rebase

This commit is contained in:
Ted John
2017-05-06 19:17:46 +01:00
committed by Gymnasiast
parent e2a7189663
commit fc19b57c09
2 changed files with 2 additions and 2 deletions

View File

@@ -570,7 +570,7 @@ extern "C"
{
void openrct2_write_full_version_info(utf8 * buffer, size_t bufferSize)
{
String::Set(buffer, bufferSize, Version::GetInfo().c_str());
String::Set(buffer, bufferSize, gVersionInfoFull);
}
void openrct2_finish()