mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Duke: Fix RPG from excess recoiling.
This commit is contained in:
parent
3233a25e3a
commit
a5e6e80c24
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ void displayweapon_d(int snum, double interpfrac)
|
||||||
{
|
{
|
||||||
const int pin = ((gs.displayflags & DUKE3D_NO_WIDESCREEN_PINNING)) ? 0 : RS_ALIGN_R;
|
const int pin = ((gs.displayflags & DUKE3D_NO_WIDESCREEN_PINNING)) ? 0 : RS_ALIGN_R;
|
||||||
|
|
||||||
offsets -= BobVal(768 + (kickback_pic * 128.)) * 8;
|
offsets -= BobVal(512 + (min(kickback_pic, 16.) * 128.)) * 8;
|
||||||
|
|
||||||
if (*kb > 0)
|
if (*kb > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue