mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
fix remaining issues with theme refactor branch
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Json
|
||||
size_t fileLength = (size_t)fs.GetLength();
|
||||
if (fileLength > maxSize)
|
||||
{
|
||||
throw IOException("Language file too large.");
|
||||
throw IOException("Json file too large.");
|
||||
}
|
||||
|
||||
utf8 * fileData = Memory::Allocate<utf8>(fileLength + 1);
|
||||
|
||||
Reference in New Issue
Block a user