From d2b0070c5f39661561484f8e2dfd6be271ed21cf Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Fri, 12 Apr 2002 21:26:59 +0000 Subject: new video engine (expect broken non-sdl builds), simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912 --- morphos/morphos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphos') diff --git a/morphos/morphos.cpp b/morphos/morphos.cpp index cb8d8f4fb9..7f45eaabb2 100644 --- a/morphos/morphos.cpp +++ b/morphos/morphos.cpp @@ -1479,7 +1479,7 @@ void updateScreen(Scumm *s) } } -void drawMouse( Scumm *s, int xdraw, int ydraw, int w, int h, byte *buf, bool visible ) +void drawMouse(int xdraw, int ydraw, int w, int h, byte *buf, bool visible ) { int x,y; byte *dst,*bak; -- cgit v1.2.3