diff options
Diffstat (limited to 'morphos/morphos.cpp')
-rw-r--r-- | morphos/morphos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |