diff options
| author | oy <Tom_Adams@web.de> | 2011-04-13 17:39:26 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-13 17:39:26 +0200 |
| commit | 537e5fa7b6f99a982b7a9cda8587624fc1f49a3a (patch) | |
| tree | ee0d26d4143cc399b4bb1f287f50b858e4cfc210 /src/game/client/components | |
| parent | 2e09bd6b9dff4d1cf52be37a005dd7e57df5fa26 (diff) | |
| download | zcatch-537e5fa7b6f99a982b7a9cda8587624fc1f49a3a.tar.gz zcatch-537e5fa7b6f99a982b7a9cda8587624fc1f49a3a.zip | |
added default keys for spectator next/previous and updated localisations
Diffstat (limited to 'src/game/client/components')
| -rw-r--r-- | src/game/client/components/binds.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/binds.cpp b/src/game/client/components/binds.cpp index 746389bd..1632b26f 100644 --- a/src/game/client/components/binds.cpp +++ b/src/game/client/components/binds.cpp @@ -100,6 +100,8 @@ void CBinds::SetDefaults() Bind(KEY_MOUSE_2, "+hook"); Bind(KEY_LSHIFT, "+emote"); Bind(KEY_RSHIFT, "+spectate"); + Bind(KEY_RIGHT, "spectate_next"); + Bind(KEY_LEFT, "spectate_previous"); Bind('1', "+weapon1"); Bind('2', "+weapon2"); |