From 29ff773cc4752b86c3ee4bad8dcc7c5d57cb63da Mon Sep 17 00:00:00 2001 From: Misa Date: Wed, 6 May 2020 12:37:50 -0700 Subject: [PATCH] Rename "start" option to "new game" By popular request. Aizu said that "start" looks ugly since it's too short compared to the rest of the menu options. --- desktop_version/src/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 891d41b4..47407967 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -7045,7 +7045,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ ) } else { - option("start"); + option("new game"); } //ok, secret lab! no notification, but test: if (unlock[8])