1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Show Tile Inspector hint when nothing is selected

This commit is contained in:
Hielke Morsink
2022-05-07 15:42:24 +02:00
committed by GitHub
parent 4035139f31
commit 5f2bde9375
4 changed files with 18 additions and 4 deletions

View File

@@ -3874,6 +3874,8 @@ enum : uint16_t
STR_GROUP_BY_TRACK_TYPE_TIP = 6495,
STR_NEW_RIDE_VEHICLE_NAME = 6496,
STR_TILE_INSPECTOR_SELECT_TILE_HINT = 6497,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
/* MAX_STR_COUNT = 32768 */ // MAX_STR_COUNT - upper limit for number of strings, not the current count strings
};