about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-04 07:59:25 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-04 07:59:25 +0000
commitda2d792186d53794d25438c157ac039adbb8c1a6 (patch)
treef1b03e5fc42a0106c749a9ff817b1d8372fc8d71 /src/game/client
parentdd1e7adc00b8020fd163a051a6fc6109eeca332b (diff)
downloadzcatch-da2d792186d53794d25438c157ac039adbb8c1a6.tar.gz
zcatch-da2d792186d53794d25438c157ac039adbb8c1a6.zip
renamed laser to rifle.
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/gc_menu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp
index fb39f85f..409edbe8 100644
--- a/src/game/client/gc_menu.cpp
+++ b/src/game/client/gc_menu.cpp
@@ -1300,6 +1300,7 @@ static void menu2_render_settings_controls(RECT main_view)
 		{ "Pistol:", &config.key_weapon2 },
 		{ "Shotgun:", &config.key_weapon3 },
 		{ "Grenade:", &config.key_weapon4 },
+		{ "Rifle:", &config.key_weapon5 },
 		{ "Next Weapon:", &config.key_next_weapon },
 		{ "Prev. Weapon:", &config.key_prev_weapon },
 		{ "Emoticon:", &config.key_emoticon },