mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
GrenadeL alt fire fix
This commit is contained in:
parent
a4fe13c122
commit
8b1de85aa0
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ void G_RunMissile( gentity_t *ent ) {
|
|||
else {
|
||||
VectorCopy( tr.endpos, ent->r.currentOrigin );
|
||||
}
|
||||
if ( ent->s.weapon == WP_ROCKET_LAUNCHER ) {
|
||||
if ( ent->s.weapon == WP_ROCKET_LAUNCHER || !strcmp(ent->classname,"fire_cluster_grenade") ) {
|
||||
Missile_Smooth_H(ent,origin,&tr);
|
||||
}
|
||||
trap_LinkEntity( ent );
|
||||
|
|
Loading…
Reference in a new issue