]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
particle effectinfo: new parameters
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index a4f4abe95685c71ab4937e062886c539bf8983e4..1ef9a251d17942d52ba6a36ebc67d296a5c09a45 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -392,7 +392,7 @@ Key_Console (int key, int ascii)
                break;
        }
 
-       if (key == 'v' && keydown[K_CTRL]) || ((key == K_INS || key == K_KP_INS) && keydown[K_SHIFT]))
+       if ((key == 'v' && keydown[K_CTRL]) || ((key == K_INS || key == K_KP_INS) && keydown[K_SHIFT]))
        {
                char *cbd, *p;
                if ((cbd = Sys_GetClipboardData()) != 0)