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:
parent
b195bb597c
commit
d2b0070c5f
31 changed files with 12088 additions and 1351 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue