GCC fix for previous commit
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3506 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8e3fca993e
commit
b9b5355c72
1 changed files with 1 additions and 1 deletions
|
@ -2080,7 +2080,7 @@ void M_Menu_Singleplayer_Cheats_f (void)
|
|||
int cursorpositionY;
|
||||
int currentskill;
|
||||
int currentmap;
|
||||
extern cvar_t host_mapname, sv_gravity, sv_cheats, sv_friction, skill;
|
||||
extern cvar_t host_mapname, sv_gravity, sv_cheats, skill, sv_maxspeed;
|
||||
|
||||
key_dest = key_menu;
|
||||
m_state = m_complex;
|
||||
|
|
Loading…
Reference in a new issue