[Scummvm-cvs-logs] CVS: scummvm/queen talk.cpp,1.38,1.39

David Eriksson twogood at users.sourceforge.net
Thu Nov 13 01:52:08 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv6483/queen

Modified Files:
	talk.cpp 
Log Message:
Small talk fixes.
There is some bug with the body action.


Index: talk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/talk.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- talk.cpp	12 Nov 2003 21:22:14 -0000	1.38
+++ talk.cpp	13 Nov 2003 09:51:49 -0000	1.39
@@ -549,10 +549,10 @@
 		case 'G':
 			switch (sentence[index + 1]) {
 				case 'D':
-					// XXX GRAB_DIR("DOWN",0);
+					_logic->joeGrabDirection(STATE_GRAB_DOWN, 0);
 					break;
 				case 'M':
-					// XXX GRAB_DIR("MID",0);
+					_logic->joeGrabDirection(STATE_GRAB_MID, 0);
 					break; 
 				default:
 					warning("Unknown command string: '%2s'", sentence + index);
@@ -849,6 +849,7 @@
 					}
 				}
 				else {
+					debug(0, "Body action!");
 					// Just do a body action
 					_graphics->bankOverpack(parameters->body, startFrame, bankNum);
 				}





More information about the Scummvm-git-logs mailing list