1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

add capacity overriding

This commit is contained in:
IntelOrca
2015-09-06 11:04:55 +01:00
parent 34cd6a9242
commit fe7879f0a3

View File

@@ -302,6 +302,7 @@ void LanguagePack::ParseString(IStringReader *reader)
} else {
if (strcmp(identifier, "STR_NAME") == 0) { stringId = 0; }
else if (strcmp(identifier, "STR_DESC") == 0) { stringId = 1; }
else if (strcmp(identifier, "STR_CPTY") == 0) { stringId = 2; }
else if (strcmp(identifier, "STR_SCNR") == 0) { stringId = 0; }
else if (strcmp(identifier, "STR_PARK") == 0) { stringId = 1; }