mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Change qw's punchangle to a vector.
Consistency with nq :) (however, only pitch works in qw).
This commit is contained in:
parent
d561d5587d
commit
e6ce44fde7
3 changed files with 8 additions and 7 deletions
|
@ -224,7 +224,7 @@ typedef struct {
|
|||
vec3_t simvel;
|
||||
vec3_t simangles;
|
||||
|
||||
float punchangle; // temporary view kick from weapon firing
|
||||
vec3_t punchangle; // temporary view kick from weapon firing
|
||||
|
||||
// pitch drifting vars
|
||||
float idealpitch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue