]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ui.c
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / ui.c
diff --git a/ui.c b/ui.c
index e00fd7d60f3ef3268b738f861895a9ab5a04e8e1..6a41d9b8a909a442075cb25acce9f678c918c25d 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -233,7 +233,7 @@ int ui_isactive(void)
 }
 
 #define UI_QUEUE_SIZE 256
-static byte ui_keyqueue[UI_QUEUE_SIZE];
+static qbyte ui_keyqueue[UI_QUEUE_SIZE];
 static int ui_keyqueuepos = 0;
 
 void ui_leftkeyupdate(int pressed)