aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-05 00:13:16 +0300
committerEugene Sandulenko2013-09-06 14:51:25 +0300
commit6b242c0f9f02332697d36c6706df86cd674408ed (patch)
treeea11e51fc83fd92019787842443a78b08a6f2c7d /engines/fullpipe/gfx.h
parentf61b77e07e032b8ec672eb4daabe625b59d9292f (diff)
downloadscummvm-rg350-6b242c0f9f02332697d36c6706df86cd674408ed.tar.gz
scummvm-rg350-6b242c0f9f02332697d36c6706df86cd674408ed.tar.bz2
scummvm-rg350-6b242c0f9f02332697d36c6706df86cd674408ed.zip
FULLPIPE: Implement GameObject::canInteractAny()
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index f4b13d6fbf..d09a589704 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -142,7 +142,7 @@ class GameObject : public CObject {
void clearFlags() { _flags = 0; }
const char *getName() { return _objectName; }
- bool canInteractAny(GameObject *obj2, int a3);
+ bool canInteractAny(GameObject *obj2, int invId);
};
class PictureObject : public GameObject {