Merge pull request #818 from marcelherd/master

Remove default bind for home key (kill)
This commit is contained in:
Dennis Felsing 2017-07-26 20:45:21 +02:00 committed by GitHub
commit a3d6d3d750

View file

@ -319,7 +319,6 @@ void CBinds::SetDDRaceBinds(bool FreeOnly)
Bind(KEY_KP_PLUS, "zoom+", FreeOnly);
Bind(KEY_KP_MINUS, "zoom-", FreeOnly);
Bind(KEY_KP_MULTIPLY, "zoom", FreeOnly);
Bind(KEY_HOME, "kill", FreeOnly);
Bind(KEY_PAUSE, "say /pause", FreeOnly);
Bind(KEY_UP, "+jump", FreeOnly);
Bind(KEY_LEFT, "+left", FreeOnly);