1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

implement save scenario and fix various load / save dialog issues, fixes #433

This commit is contained in:
IntelOrca
2014-11-25 02:05:48 +00:00
parent 8e3ee3f7e9
commit d9e0f8ff6a
10 changed files with 210 additions and 42 deletions

View File

@@ -185,8 +185,13 @@ enum {
STR_LOAD_LANDSCAPE_DIALOG_TITLE = 1037,
STR_CONVERT_SAVED_GAME_TO_SCENARIO_1038 = 1038,
STR_SAVE_GAME_1040 = 1040,
STR_SAVE_SCENARIO = 1041,
STR_RCT2_SAVED_GAME = 1043,
STR_RCT2_SCENARIO_FILE = 1044,
STR_RCT2_LANDSCAPE_FILE = 1045,
STR_SCENARIO_SAVE_FAILED = 1048,
STR_INVISIBLE_SUPPORTS = 1051,
STR_INVISIBLE_PEOPLE = 1052,
@@ -1203,6 +1208,8 @@ enum {
STR_NO_DETAILS_YET = 3317,
STR_UNABLE_TO_SAVE_SCENARIO_FILE = 3320,
STR_OBJECTIVE = 3322,
STR_CANT_ADVANCE_TO_NEXT_EDITOR_STAGE = 3328,