mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Makefile.am: misc. fixes to changelog building.
input.h: Use int_val for freelook cl_input.c: Use freelook macro instead of in_mlook.state in_svgalib.c: freelook support and whitespace in_win.c: whitespace and minor optimization in mouse support in_x11.c: freelook support vid_ggi.c: joystick support and minor opt in mouse support vid_sdl.c: joystick support, freelook support, minor mouse opt, spaces->tabs
This commit is contained in:
parent
40269b2bb5
commit
8903d650d2
8 changed files with 389 additions and 360 deletions
|
@ -32,7 +32,7 @@
|
|||
#include "protocol.h"
|
||||
#include "cvar.h"
|
||||
|
||||
#define freelook (in_mlook.state&1 || cl_freelook->value)
|
||||
#define freelook (in_mlook.state&1 || cl_freelook->int_val)
|
||||
|
||||
void IN_Init (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue