mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
add missing def for W_KOLLIDER
This commit is contained in:
parent
862718afd6
commit
50ef590d86
2 changed files with 3 additions and 3 deletions
|
@ -1346,7 +1346,7 @@ int GetWeaponZoomAmmount (void)
|
|||
case W_AFTERBURNER:
|
||||
return 10;
|
||||
break;
|
||||
case W_MP5K:
|
||||
case W_MP5:
|
||||
case W_KOLLIDER:
|
||||
return 10;
|
||||
break;
|
||||
|
|
|
@ -157,7 +157,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define W_KILLU 29 //357
|
||||
#define W_COMPRESSOR 30 // Gewehr
|
||||
#define W_M1000 31 //garand
|
||||
//#define W_KOLLIDER 32
|
||||
#define W_KOLLIDER 32
|
||||
#define W_PORTER 33 // Ray
|
||||
#define W_WIDDER 34 // M1A1
|
||||
#define W_FIW 35 //upgraded flamethrower
|
||||
|
@ -360,4 +360,4 @@ typedef struct
|
|||
vec3_t right;
|
||||
vec3_t up;
|
||||
qboolean ready;
|
||||
} soundstruct_t;
|
||||
} soundstruct_t;
|
||||
|
|
Loading…
Reference in a new issue