From 3eac223fc2bf31746ff5cf0ab4fd0bb069cbf187 Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 16 Jan 2010 08:18:08 +0000 Subject: [PATCH] clang error fix git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3499 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/m_options.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/engine/client/m_options.c b/engine/client/m_options.c index c58eb9eac..76a9d7892 100644 --- a/engine/client/m_options.c +++ b/engine/client/m_options.c @@ -1201,7 +1201,7 @@ void M_Menu_Teamplay_Locations_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1261,7 +1261,7 @@ void M_Menu_Teamplay_Needs_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1317,7 +1317,7 @@ void M_Menu_Teamplay_Items_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1369,7 +1369,7 @@ void M_Menu_Teamplay_Items_Armor_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1422,7 +1422,7 @@ void M_Menu_Teamplay_Items_Weapons_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1477,7 +1477,7 @@ void M_Menu_Teamplay_Items_Powerups_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1534,7 +1534,7 @@ void M_Menu_Teamplay_Items_Ammo_Health_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1587,7 +1587,7 @@ void M_Menu_Teamplay_Items_Team_Fortress_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex; @@ -1636,7 +1636,7 @@ void M_Menu_Teamplay_Items_Status_Location_Misc_f (void) menu_t *menu; int mgt; int cursorpositionY; - extern cvar_t ; + key_dest = key_menu; m_state = m_complex;