Fix build.

This commit is contained in:
Night Owl 2018-01-03 09:14:47 +05:00
parent be3b780815
commit 4078ca6ad8
3 changed files with 4 additions and 4 deletions

View File

@ -1951,7 +1951,7 @@ void EV_FireM41A( event_args_t *args )
EV_GetGunPosition( args, vecSrc, origin ); EV_GetGunPosition( args, vecSrc, origin );
VectorCopy( forward, vecAiming ); VectorCopy( forward, vecAiming );
EV_HLDM_FireBullets( idx, forward, right, up, 1, vecSrc, vecAiming, 8192, BULLET_PLAYER_M41A, 2, &tracerCount[idx-1], args->fparam1, args->fparam2 ); EV_HLDM_FireBullets( idx, forward, right, up, 1, vecSrc, vecAiming, 8192, BULLET_PLAYER_M41A, 2, &g_tracerCount[idx-1], args->fparam1, args->fparam2 );
} }
//====================== //======================
// M41A END // M41A END

View File

@ -24,8 +24,8 @@ typedef enum
//end Alex //end Alex
BULLET_MONSTER_9MM, BULLET_MONSTER_9MM,
BULLET_MONSTER_MP5, BULLET_MONSTER_MP5,
BULLET_MONSTER_12MM BULLET_MONSTER_12MM,
BULLET_MONSTER_M41A, // Alex BULLET_MONSTER_M41A // Alex
}Bullet; }Bullet;
enum glock_e enum glock_e

View File

@ -509,7 +509,7 @@ void CISlave::Spawn()
{ {
Precache(); Precache();
if( FClassNameIs( pev, "monster_exp_alien_slave" ) ) if( FClassnameIs( pev, "monster_exp_alien_slave" ) )
SET_MODEL( ENT( pev ), "models/sslave.mdl" ); SET_MODEL( ENT( pev ), "models/sslave.mdl" );
else else
SET_MODEL( ENT( pev ), "models/islave.mdl" ); SET_MODEL( ENT( pev ), "models/islave.mdl" );