mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- subjective fix to Duke 3D's RPG harsh recoil.
This commit is contained in:
parent
60f334f57c
commit
839a7bcbe4
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ static void operateweapon(int snum, ESyncBits sb_snum, int psect)
|
||||||
fi.shoot(pi, RPG);
|
fi.shoot(pi, RPG);
|
||||||
checkavailweapon(p);
|
checkavailweapon(p);
|
||||||
}
|
}
|
||||||
else if (p->kickback_pic == 20)
|
else if (p->kickback_pic == 13)
|
||||||
p->okickback_pic = p->kickback_pic = 0;
|
p->okickback_pic = p->kickback_pic = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue