assigning > 255 into an unsigned char isn't too good

This commit is contained in:
Bill Currie 2001-07-20 01:45:19 +00:00
parent aa7500cac7
commit 9f09a6aa32

View file

@ -57,7 +57,7 @@ static int UseKeyboard = 1;
static int UseMouse = 1;
static int in_svgalib_inited = 0;
static unsigned char scantokey[128];
static unsigned short scantokey[128];
static int mouse_buttons;
static int mouse_buttonstate;
static int mouse_oldbuttonstate;