1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Show error message when map element limit is reached

This commit is contained in:
Broxzier
2016-11-03 00:01:10 +01:00
parent 109f1d094e
commit c60463c8a7
3 changed files with 12 additions and 1 deletions

View File

@@ -3639,6 +3639,8 @@ enum {
STR_NO_LAND_RIGHTS_FOR_SALE_TIP = 5988,
STR_NO_CONSTRUCTION_RIGHTS_FOR_SALE_TIP = 5989,
STR_NO_LAND_OR_CONSTRUCTION_RIGHTS_FOR_SALE_TIP = 5990,
STR_CANT_PASTE = 5991,
STR_MAP_ELEMENT_LIMIT_REACHED = 5992,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768