diff options
author | Ludvig Strigeus | 2002-04-12 21:26:59 +0000 |
---|---|---|
committer | Ludvig Strigeus | 2002-04-12 21:26:59 +0000 |
commit | d2b0070c5f39661561484f8e2dfd6be271ed21cf (patch) | |
tree | 0e751495a08c9514e82879d78a977ad6f27469a7 /dc | |
parent | b195bb597c32384bf4ce6f9c22ffc281c0828ca4 (diff) | |
download | scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.gz scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.bz2 scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.zip |
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games)
svn-id: r3912
Diffstat (limited to 'dc')
-rw-r--r-- | dc/display.cpp | 2 |
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; |