From b4da818e8c488a5b8e940f18095da71353919b69 Mon Sep 17 00:00:00 2001 From: Nichole Mattera Date: Sat, 8 Aug 2020 19:06:20 -0400 Subject: [PATCH] Missed adding the option to the createmenu method. --- desktop_version/src/Game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index affdf6c5..618d2102 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -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;