shotgun bullet missing bug fixed

This commit is contained in:
q3rally 2021-05-03 19:22:06 +00:00
parent 3a4c14f219
commit c83d372dbd

View file

@ -748,6 +748,7 @@ void CG_RegisterWeapon( int weaponNum ) {
MAKERGB( weaponInfo->flashDlightColor, 1, 1, 0 );
weaponInfo->flashSound[0] = trap_S_RegisterSound( "sound/weapons/shotgun/sshotf1b.wav", qfalse );
weaponInfo->ejectBrassFunc = CG_ShotgunEjectBrass;
cgs.media.bulletExplosionShader = trap_R_RegisterShader( "bulletExplosion" );
break;
case WP_ROCKET_LAUNCHER: