mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-31 22:19:44 +01:00
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.
This commit is contained in:
parent
80db2f1d15
commit
29ff773cc4
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue