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 --- dc/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dc') diff --git a/dc/display.cpp b/dc/display.cpp index 73cec92be0..7db2211311 100644 --- a/dc/display.cpp +++ b/dc/display.cpp @@ -208,7 +208,7 @@ void updateScreen(Scumm *s) // *((volatile unsigned int *)(void*)0xa05f8040) = 0x0; } -void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h, +void drawMouse(int xdraw, int ydraw, int w, int h, unsigned char *buf, bool visible) { struct polygon_list mypoly; -- cgit v1.2.3