]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
fix a number of char types that should be int, to make them immune to
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index c498a621155b798794fc8997cf5c0e06861cb7dc..5b42933a1d464f338ee76bdf0942e6e590b50226 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -215,7 +215,7 @@ extern unsigned int chat_bufferlen;
 void Key_WriteBindings(qfile_t *f);
 void Key_Init(void);
 void Key_Init_Cvars(void);
-void Key_Event(int key, char ascii, qboolean down);
+void Key_Event(int key, int ascii, qboolean down);
 void Key_ClearStates (void);
 void Key_SetBinding (int keynum, int bindmap, const char *binding);