new video engine (expect broken non-sdl builds),

simon the sorcerer 1 & 2 support (non SCUMM games)

svn-id: r3912
This commit is contained in:
Ludvig Strigeus 2002-04-12 21:26:59 +00:00
parent b195bb597c
commit d2b0070c5f
31 changed files with 12088 additions and 1351 deletions

View file

@ -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;