mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Missed adding the option to the createmenu method.
This commit is contained in:
committed by
Ethan Lee
parent
1376e65b5d
commit
b4da818e8c
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user