[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.16,1.17

Jonathan Gray khalek at users.sourceforge.net
Tue Oct 15 19:43:06 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv29841

Modified Files:
	actor.cpp 
Log Message:
add hack to allow scummvm to get up to the credits in the dig

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- actor.cpp	14 Oct 2002 05:57:01 -0000	1.16
+++ actor.cpp	16 Oct 2002 02:42:43 -0000	1.17
@@ -195,7 +195,10 @@
 			if (specdir & 0x8000) {
 				dir = specdir & 0x3FFF;
 			} else {
-				error("remapDirection: special dir not implemented");
+				// FIXME make actors at top of lab walk
+				// facing the correct way in the dig
+				if (_vm->_gameId != GID_DIG)
+					error("remapDirection: special dir not implemented");
 			}
 		}
 





More information about the Scummvm-git-logs mailing list