aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorPaul Gilbert2013-09-14 17:39:17 -0400
committerPaul Gilbert2013-09-14 17:39:17 -0400
commita76389c1d720068c4873b4543c30db159b97ee0c (patch)
treeb45dbe7c2d80e18e2cb4c97c6a033d5efd46c960 /engines/tsage
parentdfe38b69760e3dc87ceef9a852a97ef4d76ccb9e (diff)
downloadscummvm-rg350-a76389c1d720068c4873b4543c30db159b97ee0c.tar.gz
scummvm-rg350-a76389c1d720068c4873b4543c30db159b97ee0c.tar.bz2
scummvm-rg350-a76389c1d720068c4873b4543c30db159b97ee0c.zip
TSAGE: Bugfix for parameter type change in BackgroundSceneObject
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index c4582ff721..6156d13b34 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -614,7 +614,7 @@ public:
virtual void draw();
virtual SceneObject *clone() const;
- void setup2(int visage, int stripFrameNum, int frameNum, int posX, int posY, int priority, int32 arg10);
+ void setup2(int visage, int stripFrameNum, int frameNum, int posX, int posY, int priority, int effect);
static void copySceneToBackground();
};