mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49: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 enter");
|
||||
option("bind menu");
|
||||
option("bind restart");
|
||||
option("return");
|
||||
menuyoff = 10;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue