diff options
-rw-r--r-- | engines/tsage/core.h | 2 |
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(); }; |