- subjective fix to Duke 3D's RPG harsh recoil.

This commit is contained in:
Mitchell Richters 2020-08-03 15:13:37 +10:00 committed by Christoph Oelckers
parent 60f334f57c
commit 839a7bcbe4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}