]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_agl.c
allow typing characters above 126
[xonotic/darkplaces.git] / vid_agl.c
index 12752c3554e1ce065050f0fb64ca0285add9706a..cbca607a92e575f08592a58333fc23aaede9ab37 100644 (file)
--- a/vid_agl.c
+++ b/vid_agl.c
@@ -514,7 +514,7 @@ static void Handle_Key(unsigned char charcode, qboolean keypressed)
                                keycode = charcode + ('a' - 'A');  // lowercase it
                                ascii = charcode;
                        }
-                       else if (32 <= charcode && charcode <= 126)
+                       else if (32 <= charcode)
                        {
                                keycode = charcode;
                                ascii = charcode;