]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
fixed keynum_t issue, it was declared as an extern variable (?!?) in the header,...
[xonotic/darkplaces.git] / vid_sdl.c
index 9047dd36e5176ab34ddaf507eb18c2e7004a87ca..2580104f1b6e16f385bb37d3b550606c2d71fe76 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -251,7 +251,7 @@ static int Sys_EventFilter( SDL_Event *event )
 #endif
 }
 
-static int buttonremap[16] =
+static keynum_t buttonremap[16] =
 {
        K_MOUSE1,
        K_MOUSE3,