1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix file menu for editor, restore menu order, add shortcut for quick saving

This commit is contained in:
Gymnasiast
2015-08-20 12:13:08 +02:00
parent c0ac3ba06d
commit 93d49e314e
7 changed files with 40 additions and 18 deletions

View File

@@ -114,7 +114,6 @@ enum {
STR_CANT_RAISE_LAND_HERE = 880,
STR_LOAD_GAME = 882,
STR_SAVE_GAME_AS = 5512,
STR_SAVE_GAME = 883,
STR_LOAD_LANDSCAPE = 884,
STR_SAVE_LANDSCAPE = 885,
@@ -2059,6 +2058,9 @@ enum {
STR_ALLOW_LOADING_WITH_INCORRECT_CHECKSUM = 5508,
STR_ALLOW_LOADING_WITH_INCORRECT_CHECKSUM_TIP = 5509,
STR_SAVE_GAME_AS = 5512,
STR_SHORTCUT_QUICK_SAVE_GAME = 5513,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};