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 /wince | |
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 'wince')
-rw-r--r-- | wince/pocketpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp index 7defdd1827..698cf47de8 100644 --- a/wince/pocketpc.cpp +++ b/wince/pocketpc.cpp @@ -784,7 +784,7 @@ void initGraphics(Scumm *s, bool fullScreen, unsigned int scaleFactor) { // Copy/Paste from X11 // Dirty rects not managed now -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) { unsigned char *dst,*bak; if ((xdraw >= 320) || ((xdraw + w) <= 0) || |