aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/menu_nebular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/menu_nebular.cpp')
-rw-r--r--engines/mads/nebular/menu_nebular.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index 1cee544e34..3919e70a09 100644
--- a/engines/mads/nebular/menu_nebular.cpp
+++ b/engines/mads/nebular/menu_nebular.cpp
@@ -1036,6 +1036,9 @@ void AnimationView::processCommand() {
case 'X':
// Exit after animation finishes. Ignore
break;
+ case 'D':
+ // Unimplemented and ignored in the original. Ignore as well
+ break;
case 'Y':
// Reset palette on startup
_resetPalette = true;