[Scummvm-cvs-logs] scummvm master -> 2e87ace09d9898d092ad9f99a12dc075d16deacb
bluegr
bluegr at gmail.com
Tue Oct 14 00:32:55 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2e87ace09d MADS: Handle the unimplemented 'D' animation command
Commit: 2e87ace09d9898d092ad9f99a12dc075d16deacb
https://github.com/scummvm/scummvm/commit/2e87ace09d9898d092ad9f99a12dc075d16deacb
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-10-14T01:32:03+03:00
Commit Message:
MADS: Handle the unimplemented 'D' animation command
Changed paths:
engines/mads/nebular/menu_nebular.cpp
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index 1cee544..3919e70 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;
More information about the Scummvm-git-logs
mailing list