about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
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 },