mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Bug 5036 - Grappling hook does not load trail shader, patch by Zack Middleton
This commit is contained in:
parent
8ec565b58e
commit
45f576bd99
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ void CG_RegisterWeapon( int weaponNum ) {
|
|||
MAKERGB( weaponInfo->missileDlightColor, 1, 0.75f, 0 );
|
||||
weaponInfo->readySound = trap_S_RegisterSound( "sound/weapons/melee/fsthum.wav", qfalse );
|
||||
weaponInfo->firingSound = trap_S_RegisterSound( "sound/weapons/melee/fstrun.wav", qfalse );
|
||||
cgs.media.lightningShader = trap_R_RegisterShader( "lightningBoltNew");
|
||||
break;
|
||||
|
||||
#ifdef MISSIONPACK
|
||||
|
|
Loading…
Reference in a new issue