]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
make snd_null.c work again (added snd_mutewhenidle)
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 6e61c43895b961fef58c6e31435d040ccc79e919..02a1a0d9d31f04d26db550e056dc031daff4900f 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -880,6 +880,9 @@ Key_Event (int key, char 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, down ? "down" : "up", keydown[key], bind ? bind : "");
+
        if(key_dest == key_game)
        {
                q = CL_VM_InputEvent(!down, key);