mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +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);
|
||||
checkavailweapon(p);
|
||||
}
|
||||
else if (p->kickback_pic == 20)
|
||||
else if (p->kickback_pic == 13)
|
||||
p->okickback_pic = p->kickback_pic = 0;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue