Add big_cock

This commit is contained in:
mittorn 2016-11-06 20:53:32 +00:00
parent 95578c3602
commit 5a96a53b7d
3 changed files with 7 additions and 0 deletions

View File

@ -128,6 +128,7 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
prop.cpp \
gravgun.cpp \
ar2.cpp \
big_cock.cpp \
../pm_shared/pm_debug.c \
../pm_shared/pm_math.c \
../pm_shared/pm_shared.c

View File

@ -13,6 +13,10 @@
#include "nodes.h"
#include "player.h"
#define WEAPON_BIG_COCK 18
#define BIG_COCK_WEIGHT 21
enum glock_e {
GLOCK_IDLE1 = 0,
GLOCK_IDLE2,

View File

@ -353,6 +353,8 @@ void W_Precache( void )
#endif
UTIL_PrecacheOtherWeapon( "weapon_gravgun" );
UTIL_PrecacheOtherWeapon( "weapon_ar2" );
UTIL_PrecacheOtherWeapon( "weapon_big_cock" );
#if !defined( OEM_BUILD ) && !defined( HLDEMO_BUILD )
if ( g_pGameRules->IsDeathmatch() )