[Scummvm-cvs-logs] SF.net SVN: scummvm: [22210] scummvm/trunk/engines/lure/game.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Apr 29 04:58:01 CEST 2006
Revision: 22210
Author: fingolfin
Date: 2006-04-29 04:56:59 -0700 (Sat, 29 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22210&view=rev
Log Message:
-----------
Fix warning
Modified Paths:
--------------
scummvm/trunk/engines/lure/game.cpp
Modified: scummvm/trunk/engines/lure/game.cpp
===================================================================
--- scummvm/trunk/engines/lure/game.cpp 2006-04-29 11:22:05 UTC (rev 22209)
+++ scummvm/trunk/engines/lure/game.cpp 2006-04-29 11:56:59 UTC (rev 22210)
@@ -359,7 +359,7 @@
if (action != NONE) {
player->stopWalking();
- doAction(action, (hotspot != NULL) ? hotspot->hotspotId : NULL, itemId);
+ doAction(action, (hotspot != NULL) ? hotspot->hotspotId : 0, itemId);
}
}
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