aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_mr.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-10 18:23:11 +0000
committerJohannes Schickel2008-05-10 18:23:11 +0000
commit8d6048a9fad199277e84b6e07a61316a5f540622 (patch)
tree67e07f883bcdc9f4fcc88765147a6a3e1dcb262f /engines/kyra/gui_mr.h
parent6b51580bb1d819497a6ee898da240cbba693e0b3 (diff)
downloadscummvm-rg350-8d6048a9fad199277e84b6e07a61316a5f540622.tar.gz
scummvm-rg350-8d6048a9fad199277e84b6e07a61316a5f540622.tar.bz2
scummvm-rg350-8d6048a9fad199277e84b6e07a61316a5f540622.zip
- Added small delay to GUI_v2::getInput
- Prevent kyra3 background music from stopping while menu is open svn-id: r31979
Diffstat (limited to 'engines/kyra/gui_mr.h')
-rw-r--r--engines/kyra/gui_mr.h2
1 files changed, 2 insertions, 0 deletions
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);