]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
Fix most Q3 & QL glow maps
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index e93f83ac95504136e3605ce7a1ba0a15ae0faf67..deeb06674d67033b57a344e6ebdba320dc3025aa 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -743,7 +743,8 @@ Key_Console (int key, int unicode)
                                }
                                else if (*p == '\n' || *p == '\r' || *p == '\b')
                                        *p++ = ';';
-                               p++;
+                               else
+                                       p++;
                        }
 #else
                        strtok(cbd, "\n\r\b");