From 927964c588470f99c957d4b3b5853c94a2dd6653 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 21 Dec 2003 19:01:39 +0000 Subject: tiny cleanup svn-id: r11837 --- scumm/smush/insane.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scumm/smush/insane.h') diff --git a/scumm/smush/insane.h b/scumm/smush/insane.h index a5be42608a..0c215d75f3 100644 --- a/scumm/smush/insane.h +++ b/scumm/smush/insane.h @@ -283,13 +283,11 @@ class Insane { void initvars(void); void readFileToMem(const char *name, byte **buf); - void startVideo(const char *filename, int num, int argC, int frameRate, int doMainLoop); - void startVideo1(const char *filename, int num, int argC, int frameRate, - int doMainLoop, byte *fluPtr, int32 numFrames); + void startVideo(const char *filename, int num, int argC, int frameRate, + int doMainLoop, byte *fluPtr = 0, int32 numFrames = 0); void smush_proc39(void); void smush_proc40(void); void smush_proc41(void); - void imuseCode04(void); void smush_warpMouse(int x, int y, int buttons); void putActors(void); void readState(void); -- cgit v1.2.3