1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Deprecate string 886

This commit is contained in:
Marijn van der Werf
2016-07-27 09:54:20 +02:00
parent bc3ec1b871
commit cb794ab3df
2 changed files with 2 additions and 2 deletions

View File

@@ -888,7 +888,7 @@ STR_0882 :Load Game
STR_0883 :Save Game
STR_0884 :Load Landscape
STR_0885 :Save Landscape
STR_0886 :Quit Game
STR_0886 :<removed string - do not use>
STR_0887 :Quit Scenario Editor
STR_0888 :Quit Roller Coaster Designer
STR_0889 :Quit Track Designs Manager

View File

@@ -321,7 +321,7 @@ enum {
STR_SAVE_GAME = 883,
STR_LOAD_LANDSCAPE = 884,
STR_SAVE_LANDSCAPE = 885,
STR_QUIT_GAME = 886, // Unused
STR_QUIT_SCENARIO_EDITOR = 887,
STR_QUIT_ROLLERCOASTER_DESIGNER = 888,
STR_QUIT_TRACK_DESIGNS_MANAGER = 889,