1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Fix US English missing almost every string

This commit is contained in:
Michael Steenbeek
2017-12-15 12:35:40 +01:00
parent 7816b11d70
commit 65fc7f914f

View File

@@ -183,7 +183,7 @@ public:
}
else
{
if (_strings.size() > (size_t)stringId)
if ((_strings.size() > (size_t)stringId) && !String::Equals(_strings[stringId].c_str(), ""))
{
return _strings[stringId].c_str();
}