mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -7045,7 +7045,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
option("start");
|
option("new game");
|
||||||
}
|
}
|
||||||
//ok, secret lab! no notification, but test:
|
//ok, secret lab! no notification, but test:
|
||||||
if (unlock[8])
|
if (unlock[8])
|
||||||
|
|||||||
Reference in New Issue
Block a user