add missing def for W_KOLLIDER

This commit is contained in:
Steam Deck User 2023-01-20 18:50:09 -05:00
parent 862718afd6
commit 50ef590d86
2 changed files with 3 additions and 3 deletions

View file

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

View file

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