]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / vid_wgl.c
index afb773f5d97c8df395ce5e11e4be285cf74d29d8..56f730f69a8d190d07907180b87f98cf1d9c14a9 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -294,7 +294,7 @@ void VID_Finish (void)
 
 
 
-static qbyte scantokey[128] =
+static unsigned char scantokey[128] =
 {
 //  0           1       2    3     4     5       6       7      8         9      A          B           C       D           E           F
        0          ,27    ,'1'  ,'2'  ,'3'  ,'4'    ,'5'    ,'6'   ,'7'      ,'8'   ,'9'       ,'0'        ,'-'   ,'='         ,K_BACKSPACE,9    ,//0