[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Sat Apr 12 13:20:03 CEST 2003


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

Modified Files:
	verbs.cpp 
Log Message:
oops, copy&paste, I should avoid 'em or check better :-(

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- verbs.cpp	12 Apr 2003 19:44:06 -0000	1.28
+++ verbs.cpp	12 Apr 2003 20:19:29 -0000	1.29
@@ -222,7 +222,7 @@
 	ydiff = y - vs->topline;
 
 	obim = getResourceAddress(rtVerb, verb);
-	if (_features & GF_SMALL_HEADER) {
+	if (_features & GF_OLD_BUNDLE) {
 		int room = READ_LE_UINT32(obim);
 		int object = READ_LE_UINT32(obim + 4);
 		byte *roomptr = getResourceAddress(rtRoom, room);





More information about the Scummvm-git-logs mailing list