From 2e87ace09d9898d092ad9f99a12dc075d16deacb Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 14 Oct 2014 01:32:03 +0300 Subject: MADS: Handle the unimplemented 'D' animation command --- engines/mads/nebular/menu_nebular.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mads/nebular/menu_nebular.cpp') 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; -- cgit v1.2.3