mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Merge pull request #4737 from Broxzier/copy_element
Copy/paste single elements
This commit is contained in:
@@ -3639,6 +3639,10 @@ 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,
|
||||
STR_TILE_INSPECTOR_COPY_TIP = 5993,
|
||||
STR_TILE_INSPECTOR_PASTE_TIP = 5994,
|
||||
|
||||
// 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