1
0
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:
Ted John
2016-11-14 21:24:40 +00:00
committed by GitHub
12 changed files with 146 additions and 40 deletions

View File

@@ -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