mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Missed adding the option to the createmenu method.
This commit is contained in:
parent
1376e65b5d
commit
b4da818e8c
1 changed files with 1 additions and 0 deletions
|
@ -6786,6 +6786,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||||
option("bind flip");
|
option("bind flip");
|
||||||
option("bind enter");
|
option("bind enter");
|
||||||
option("bind menu");
|
option("bind menu");
|
||||||
|
option("bind restart");
|
||||||
option("return");
|
option("return");
|
||||||
menuyoff = 10;
|
menuyoff = 10;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue