[Scummvm-cvs-logs] SF.net SVN: scummvm:[33258] scummvm/trunk/engines/parallaction/input.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Thu Jul 24 10:04:17 CEST 2008


Revision: 33258
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33258&view=rev
Author:   peres001
Date:     2008-07-24 08:04:17 +0000 (Thu, 24 Jul 2008)

Log Message:
-----------
Can't test a SharedPtr for nullity!

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/input.cpp

Modified: scummvm/trunk/engines/parallaction/input.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/input.cpp	2008-07-23 22:32:00 UTC (rev 33257)
+++ scummvm/trunk/engines/parallaction/input.cpp	2008-07-24 08:04:17 UTC (rev 33258)
@@ -188,7 +188,7 @@
 		return;
 	}
 
-	if (!z) {
+	if (z == nullZonePtr) {
 		return;
 	}
 


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