From a76389c1d720068c4873b4543c30db159b97ee0c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Sep 2013 17:39:17 -0400 Subject: [PATCH] TSAGE: Bugfix for parameter type change in BackgroundSceneObject --- engines/tsage/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/tsage/core.h b/engines/tsage/core.h index c4582ff7219..6156d13b342 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(); };