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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Mar 18 20:32:00 CET 2008


Revision: 31189
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31189&view=rev
Author:   lordhoto
Date:     2008-03-18 12:32:00 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
Bugfix for dropping items off scene.

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

Modified: scummvm/trunk/engines/kyra/items_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/items_v2.cpp	2008-03-18 19:31:38 UTC (rev 31188)
+++ scummvm/trunk/engines/kyra/items_v2.cpp	2008-03-18 19:32:00 UTC (rev 31189)
@@ -164,6 +164,7 @@
 	if (sceneId != _mainCharacter.sceneId) {
 		_itemList[freeItemSlot].x = x;
 		_itemList[freeItemSlot].y = y;
+		_itemList[freeItemSlot].id = item;
 		_itemList[freeItemSlot].unk7 = 1;
 		_itemList[freeItemSlot].sceneId = sceneId;
 		return true;


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