diff options
author | Martin Kiewitz | 2009-11-11 21:38:50 +0000 |
---|---|---|
committer | Martin Kiewitz | 2009-11-11 21:38:50 +0000 |
commit | 417487848238368ad9296df16e5292a53696e89c (patch) | |
tree | 7e3f1f1617ca9cac545dce27b252d359ea4e57c7 /engines/sci | |
parent | 94d05b3d0ad77fc80b2176ebb436360982d24c10 (diff) | |
download | scummvm-rg350-417487848238368ad9296df16e5292a53696e89c.tar.gz scummvm-rg350-417487848238368ad9296df16e5292a53696e89c.tar.bz2 scummvm-rg350-417487848238368ad9296df16e5292a53696e89c.zip |
SCI/newgui: inserted comment about not following sierra completely here in interactiveWithKeyboard()
svn-id: r45845
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/gui/gui_menu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gui/gui_menu.cpp b/engines/sci/gui/gui_menu.cpp index 46dd310470..8631651708 100644 --- a/engines/sci/gui/gui_menu.cpp +++ b/engines/sci/gui/gui_menu.cpp @@ -557,6 +557,7 @@ GuiMenuItemEntry *SciGuiMenu::interactiveWithKeyboard() { switch (curEvent.type) { case SCI_EVT_KEYBOARD: + // We don't 100% follow sierra here, sierra actually changed itemId to 1 on menuId changes do { switch (curEvent.data) { case SCI_K_ESC: |