[Scummvm-cvs-logs] SF.net SVN: scummvm: [32271] scummvm/trunk/engines/kyra/kyra_hof.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun May 25 16:40:00 CEST 2008


Revision: 32271
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32271&view=rev
Author:   athrxx
Date:     2008-05-25 07:39:59 -0700 (Sun, 25 May 2008)

Log Message:
-----------
typo

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_hof.cpp

Modified: scummvm/trunk/engines/kyra/kyra_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_hof.cpp	2008-05-25 13:30:18 UTC (rev 32270)
+++ scummvm/trunk/engines/kyra/kyra_hof.cpp	2008-05-25 14:39:59 UTC (rev 32271)
@@ -202,7 +202,7 @@
 		}
 
 		for (int x = 0; x < 8; x++) {
-			if (_activeWSA[x].flags == -1)
+			if (_activeWSA[x].flags != -1)
 				_activeWSA[x].nextFrame += pausedTime;
 		}
 


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