1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 07:13:07 +01:00

add nicer string for new scenarios default name, fixes #864

This commit is contained in:
IntelOrca
2015-02-25 18:08:13 +00:00
parent 3da2275b5e
commit b53c828ae4
3 changed files with 4 additions and 2 deletions

View File

@@ -2751,7 +2751,7 @@ STR_2745 :\
STR_2746 :] STR_2746 :]
STR_2747 :{ENDQUOTES} STR_2747 :{ENDQUOTES}
STR_2748 :Bar STR_2748 :Bar
STR_2749 :??? STR_2749 :My new scenario
# New strings used in the cheats window previously these were ??? # New strings used in the cheats window previously these were ???
STR_2750 :Move all items to top STR_2750 :Move all items to top
STR_2751 :Move all items to bottom STR_2751 :Move all items to bottom

View File

@@ -2751,7 +2751,7 @@ STR_2745 :\
STR_2746 :] STR_2746 :]
STR_2747 :{ENDQUOTES} STR_2747 :{ENDQUOTES}
STR_2748 :Bar STR_2748 :Bar
STR_2749 :??? STR_2749 :My new scenario

View File

@@ -89,6 +89,8 @@ void editor_load()
load_palette(); load_palette();
gfx_invalidate_screen(); gfx_invalidate_screen();
RCT2_GLOBAL(0x009DEA66, sint16) = 0; RCT2_GLOBAL(0x009DEA66, sint16) = 0;
strcpy((char*)RCT2_ADDRESS_SCENARIO_NAME, language_get_string(2749));
} }
/** /**