From 581e8f515a851b2d9200922f774dec6877d009e0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 1 Mar 2004 21:36:15 +0000 Subject: Update comment on runInventoryScript() argument in setOwnerOf(). svn-id: r13125 --- scumm/object.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/object.cpp b/scumm/object.cpp index 979236a365..1c96e3c5b3 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1195,6 +1195,7 @@ void ScummEngine::setOwnerOf(int obj, int owner) { // In Sam & Max this is necessary, or you won't get your stuff back // from the Lost and Found tent after riding the Cone of Tragedy. But // it probably applies to all V6+ games. See bugs #493153 and #907113. + // FT disassembly is checked, behaviour is correct. [sev] int arg = (_version >= 6) ? obj : 0; -- cgit v1.2.3