An alternate server browser, accessable via menu_servers2.
Needs tweeks. A good base for killing off the origional browser. Mouse driven. Needs keyboard input to actually connect still. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2035 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
38c36360f6
commit
d0661cdc47
13 changed files with 530 additions and 46 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "winquake.h"
|
||||
|
||||
//these are awkward/strange
|
||||
qboolean M_Options_AlwaysRun (union menuoption_s *option, chk_set_t set)
|
||||
qboolean M_Options_AlwaysRun (menucheck_t *option, struct menu_s *menu, chk_set_t set)
|
||||
{
|
||||
if (set == CHK_CHECKED)
|
||||
return cl_forwardspeed.value > 200;
|
||||
|
@ -21,7 +21,7 @@ qboolean M_Options_AlwaysRun (union menuoption_s *option, chk_set_t set)
|
|||
return true;
|
||||
}
|
||||
}
|
||||
qboolean M_Options_InvertMouse (union menuoption_s *option, chk_set_t set)
|
||||
qboolean M_Options_InvertMouse (menucheck_t *option, struct menu_s *menu, chk_set_t set)
|
||||
{
|
||||
if (set == CHK_CHECKED)
|
||||
return m_pitch.value < 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue