diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |