From b0594d5e5a3b46fc9018c9bb3df68b616044f34e Mon Sep 17 00:00:00 2001 From: def Date: Sat, 26 Jul 2014 01:12:32 +0200 Subject: [PATCH] Change some default binds --- src/game/client/components/binds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/client/components/binds.cpp b/src/game/client/components/binds.cpp index 141da9443..0acd80b52 100644 --- a/src/game/client/components/binds.cpp +++ b/src/game/client/components/binds.cpp @@ -290,8 +290,8 @@ void CBinds::SetDDRaceBinds(bool FreeOnly) Bind('s', "+showhookcoll"); Bind('x', "toggle cl_dummy 0 1"); #if !defined(__ANDROID__) - Bind(KEY_PAGEDOWN, "cl_show_entities 0"); - Bind(KEY_PAGEUP, "cl_show_entities 1"); + Bind(KEY_PAGEDOWN, "toggle cl_show_quads 0 1"); + Bind(KEY_PAGEUP, "toggle cl_overlay_entities 0 100"); #endif Bind(KEY_KP0, "say /emote normal 999999"); Bind(KEY_KP1, "say /emote happy 999999");