]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
changed a ton of developer cvar checks into developer_extra/insane
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 8c4aeff847ae7ca5caf6df07c081eecce5ae2da3..d9d7d067d1cf5789711c03093ea21fdd2d7c15ba 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -1420,8 +1420,8 @@ Key_Event (int key, int ascii, qboolean down)
        if (!bind)
                bind = keybindings[key_bmap2][key];
 
-       if (developer.integer >= 1000)
-               Con_Printf("Key_Event(%i, '%c', %s) keydown %i bind \"%s\"\n", key, ascii ? ascii : '?', down ? "down" : "up", keydown[key], bind ? bind : "");
+       if (developer_insane.integer)
+               Con_DPrintf("Key_Event(%i, '%c', %s) keydown %i bind \"%s\"\n", key, ascii ? ascii : '?', down ? "down" : "up", keydown[key], bind ? bind : "");
 
        if(key_consoleactive)
                keydest = key_console;