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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user