Various compilation error messages including:
p_weapon.c(1066) : error C2143: syntax error :
missing ';' before 'type'
p_weapon.c(1022) : error C2109: subscript requires
array or pointer type
p_weapon.c(1022) : error C2106: '=' : left operand
must be l-value
p_weapon.c(971) : error C2065: 'offset' : undeclared
identifier
p_weapon.c(1000) : error C2065: 'kick' : undeclared
identifier
p_weapon.c(971) : error C2275: 'vec3_t' : illegal use
of this type as an expression
q_shared.h(126) : see declaration of 'vec3_t'
And quite a few odd warnings about variables... Not
quite sure what's going on cause the code looks right.