1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Add option to allow loading scenarios with an incorrect checksum

This commit is contained in:
Gymnasiast
2015-08-18 10:04:10 +02:00
parent abe02bb408
commit 4fa571a041
5 changed files with 9 additions and 2 deletions

View File

@@ -2047,6 +2047,9 @@ enum {
STR_SHOW_MULTIPLAYER_STATUS_TIP = 5504,
STR_UNABLE_TO_CONNECT_TO_SERVER = 5505,
STR_ALLOW_LOADING_WITH_INCORRECT_CHECKSUM = 5508,
STR_ALLOW_LOADING_WITH_INCORRECT_CHECKSUM_TIP = 5509,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};