1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Allow park files v0

This commit is contained in:
Gymnasiast
2022-04-24 15:51:41 +02:00
parent 3c09e60273
commit fe9b211894
3 changed files with 5 additions and 4 deletions

View File

@@ -777,12 +777,12 @@ namespace OpenRCT2
}
auto windowManager = _uiContext->GetWindowManager();
Formatter ft;
if (e.TargetVersion < PARK_FILE_MIN_SUPPORTED_VERSION)
/*if (e.TargetVersion < PARK_FILE_MIN_SUPPORTED_VERSION)
{
ft.Add<uint32_t>(e.TargetVersion);
windowManager->ShowError(STR_ERROR_PARK_VERSION_TITLE, STR_ERROR_PARK_VERSION_TOO_OLD_MESSAGE, ft);
}
else
else*/
{
ft.Add<uint32_t>(e.MinVersion);
ft.Add<uint32_t>(e.TargetVersion);