From a6120d8b27b67c86faab724f501327368a8d19f8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 16 Feb 2016 11:13:08 +0100 Subject: WAGE: Started post-gameover code implementation --- engines/wage/gui-console.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/wage/gui-console.cpp') diff --git a/engines/wage/gui-console.cpp b/engines/wage/gui-console.cpp index f1095de3ca..18f6b25291 100644 --- a/engines/wage/gui-console.cpp +++ b/engines/wage/gui-console.cpp @@ -395,4 +395,8 @@ void Gui::disableUndo() { _menu->enableCommand(kMenuEdit, kMenuActionUndo, false); } +void Gui::disableAllMenus() { + _menu->disableAllMenus(); +} + } // End of namespace Wage -- cgit v1.2.3