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
1 changed files with 1 additions and 0 deletions

View File

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