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

Create enum for codepages (#17181)

This commit is contained in:
Michael Steenbeek
2022-05-10 12:55:39 +02:00
committed by GitHub
parent 8d5116419d
commit db900b12db
6 changed files with 35 additions and 35 deletions

View File

@@ -599,7 +599,7 @@ private:
}
// Convert to UTF-8 filename
return String::ConvertToUtf8(normalisedName, CODE_PAGE::CP_1252);
return String::ConvertToUtf8(normalisedName, OpenRCT2::CodePage::CP_1252);
}
else
{