[Scummvm-cvs-logs] CVS: scummvm/scumm help.cpp,1.6,1.7
Jonathan Gray
khalek at users.sourceforge.net
Tue Jul 15 00:30:04 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7849
Modified Files:
help.cpp
Log Message:
start of some segacd specific help
Index: help.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/help.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- help.cpp 15 Jul 2003 00:54:33 -0000 1.6
+++ help.cpp 15 Jul 2003 07:29:41 -0000 1.7
@@ -197,6 +197,12 @@
ADD_BIND("u", "Use");
ADD_BIND("s", "puSh");
ADD_BIND("y", "pull (Yank)");
+ if (gameId == GID_MONKEY_SEGA) {
+ // FIXME look at scripts to figure all options out...
+ // keys 1->4 seem to do something as well
+ ADD_BIND("6", "Highlight prev dialogue");
+ ADD_BIND("7", "Highlight next dialogue");
+ }
break;
case GID_SAMNMAX:
ADD_BIND("w", "Walk");
More information about the Scummvm-git-logs
mailing list