mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
add capacity overriding
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user