[Scummvm-cvs-logs] CVS: scummvm/scumm help.cpp,1.5,1.6

Jonathan Gray khalek at users.sourceforge.net
Mon Jul 14 17:55:14 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7001

Modified Files:
	help.cpp 
Log Message:
put GID_MONKEY_SEGA in the correct place (has a micd/mi2 style interface)

Index: help.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/help.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- help.cpp	15 Jul 2003 00:20:04 -0000	1.5
+++ help.cpp	15 Jul 2003 00:54:33 -0000	1.6
@@ -170,7 +170,6 @@
 			break;
 		case GID_MONKEY_EGA:
 		case GID_MONKEY_VGA:
-		case GID_MONKEY_SEGA:
 			ADD_BIND("o", "Open");
 			ADD_BIND("c", "Close");
 			ADD_BIND("s", "puSh");
@@ -185,6 +184,7 @@
 			ADD_BIND("f", "turn oFf");
 			break;
 		case GID_MONKEY:
+		case GID_MONKEY_SEGA:
 		case GID_MONKEY2:
 		case GID_INDY4:
 		case GID_TENTACLE:





More information about the Scummvm-git-logs mailing list