mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
fix RPG laser dot precache
fixes the precache of the redglow1 sprite
This commit is contained in:
parent
7e8c33446a
commit
72af0a7704
1 changed files with 1 additions and 2 deletions
|
@ -1248,7 +1248,7 @@ void CAPCMissile::ComputeActualDotPosition( CLaserDot *pLaserDot, Vector *pActua
|
|||
|
||||
#define RPG_BEAM_SPRITE "effects/laser1.vmt"
|
||||
#define RPG_BEAM_SPRITE_NOZ "effects/laser1_noz.vmt"
|
||||
#define RPG_LASER_SPRITE "sprites/redglow1"
|
||||
#define RPG_LASER_SPRITE "sprites/redglow1.vmt"
|
||||
|
||||
//=============================================================================
|
||||
// RPG
|
||||
|
@ -1361,7 +1361,6 @@ void CWeaponRPG::Precache( void )
|
|||
PrecacheScriptSound( "Missile.Accelerate" );
|
||||
|
||||
// Laser dot...
|
||||
PrecacheModel( "sprites/redglow1.vmt" );
|
||||
PrecacheModel( RPG_LASER_SPRITE );
|
||||
PrecacheModel( RPG_BEAM_SPRITE );
|
||||
PrecacheModel( RPG_BEAM_SPRITE_NOZ );
|
||||
|
|
Loading…
Reference in a new issue