diff --git a/sdlscav/gfx.c b/sdlscav/gfx.c index 4e60eb7..278399b 100644 --- a/sdlscav/gfx.c +++ b/sdlscav/gfx.c @@ -21,7 +21,7 @@ unsigned char mustlock=0,locked=0; unsigned char blackcolor,whitecolor; int pressedcodes[KEYMAX],downcodes[KEYMAX],numpressed=0,numdown=0; -int mousex,mousey,mouseb,mousebd; +int mouseb,mousebd; unsigned char mymap[768],currentmap[768];