[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.284,2.285

Max Horn fingolfin at users.sourceforge.net
Mon Jul 14 10:37:13 CEST 2003


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

Modified Files:
	scummvm.cpp 
Log Message:
this hack isn't necessary anymore (at least I found no cases where it would be needed)

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.284
retrieving revision 2.285
diff -u -d -r2.284 -r2.285
--- scummvm.cpp	14 Jul 2003 11:35:09 -0000	2.284
+++ scummvm.cpp	14 Jul 2003 17:36:27 -0000	2.285
@@ -1232,7 +1232,7 @@
 			if (oldEgo != VAR(VAR_EGO)) {
 				// FIXME/TODO: Reset and redraw the sentence line
 				oldEgo = VAR(VAR_EGO);
-				_inventoryOffset = 0;	// TODO: Record the _inventoryOffset for each ego actor?
+				_inventoryOffset = 0;
 				redrawV2Inventory();
 			}
 			checkV2MouseOver(_mouse);
@@ -2529,8 +2529,6 @@
 		_numActors = 30;
 	else if (_gameId == GID_MANIAC)
 		_numActors = 25;
-	else if ((_gameId == GID_ZAK) && (_version == 1))
-		_numActors = 14;		// FIXME: Nasty Wrong Hack(tm)
 	else 
 		_numActors = 13;
 





More information about the Scummvm-git-logs mailing list