Change qw's punchangle to a vector.

Consistency with nq :) (however, only pitch works in qw).
This commit is contained in:
Bill Currie 2012-06-01 08:17:24 +09:00
parent d561d5587d
commit e6ce44fde7
3 changed files with 8 additions and 7 deletions

View file

@ -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;