[Scummvm-cvs-logs] SF.net SVN: scummvm: [26734] scummvm/trunk/engines/lure/hotspots.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Wed May 2 05:18:12 CEST 2007
Revision: 26734
http://scummvm.svn.sourceforge.net/scummvm/?rev=26734&view=rev
Author: dreammaster
Date: 2007-05-01 20:18:11 -0700 (Tue, 01 May 2007)
Log Message:
-----------
Fix for saving the game when an NPC is doing a non-scripted action
Modified Paths:
--------------
scummvm/trunk/engines/lure/hotspots.cpp
Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp 2007-05-01 22:04:24 UTC (rev 26733)
+++ scummvm/trunk/engines/lure/hotspots.cpp 2007-05-02 03:18:11 UTC (rev 26734)
@@ -4118,6 +4118,7 @@
if (_dynamicSupportData)
{
// Write out the dynamic data
+ stream->writeByte(supportData().action());
stream->writeSint16LE(supportData().numParams());
for (int index = 0; index < supportData().numParams(); ++index)
stream->writeUint16LE(supportData().param(index));
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