aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
Diffstat (limited to 'dc')
-rw-r--r--dc/display.cpp2
1 files changed, 1 insertions, 1 deletions
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;