1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Missed adding the option to the createmenu method.

This commit is contained in:
Nichole Mattera 2020-08-08 19:06:20 -04:00 committed by Ethan Lee
parent 1376e65b5d
commit b4da818e8c

View File

@ -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;