aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r--saga/interface.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index 47d1d69a71..3f7df23ef4 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -263,6 +263,9 @@ void Interface::setMode(int mode) {
switch (_panelMode) {
case kPanelMain:
+ if (_vm->getGameType() == GType_IHNM)
+ warning("FIXME: Implement IHNM differences from ExecuteInvontoryPanel");
+
_mainPanel.currentButton = NULL;
break;
case kPanelConverse: