[Scummvm-cvs-logs] SF.net SVN: scummvm:[55290] scummvm/trunk/engines/gob/inter_v2.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jan 18 09:14:23 CET 2011


Revision: 55290
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55290&view=rev
Author:   drmccoy
Date:     2011-01-18 08:14:23 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
GOB: Fix a stupid typo in o2_readData()

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_v2.cpp

Modified: scummvm/trunk/engines/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v2.cpp	2011-01-18 07:03:42 UTC (rev 55289)
+++ scummvm/trunk/engines/gob/inter_v2.cpp	2011-01-18 08:14:23 UTC (rev 55290)
@@ -1371,7 +1371,7 @@
 
 	WRITE_VAR(1, 1);
 	Common::SeekableReadStream *stream = _vm->_dataIO->getFile(file);
-	if (!file)
+	if (!stream)
 		return false;
 
 	_vm->_draw->animateCursor(4);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list