Change some default binds

This commit is contained in:
def 2014-07-26 01:12:32 +02:00
parent b1da901028
commit b0594d5e5a

View file

@ -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");