From 8d6048a9fad199277e84b6e07a61316a5f540622 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 10 May 2008 18:23:11 +0000 Subject: - Added small delay to GUI_v2::getInput - Prevent kyra3 background music from stopping while menu is open svn-id: r31979 --- engines/kyra/gui_mr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/gui_mr.h') diff --git a/engines/kyra/gui_mr.h b/engines/kyra/gui_mr.h index d73b21b73b..d60c2f62d9 100644 --- a/engines/kyra/gui_mr.h +++ b/engines/kyra/gui_mr.h @@ -48,6 +48,8 @@ public: int optionsButton(Button *button); private: + void getInput(); + const char *getMenuTitle(const Menu &menu); const char *getMenuItemTitle(const MenuItem &menuItem); const char *getMenuItemLabel(const MenuItem &menuItem); -- cgit v1.2.3