mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- fix right hand sprite when displaying trip mine HUD weapon. Fixes #13.
This commit is contained in:
parent
34c324e9c2
commit
dcf36f8f9d
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ void displayweapon_d(int snum)
|
|||
hud_drawpal(weapon_xoffset + 130 - (p->getlookang() >> 1),
|
||||
looking_arc + 249 - gun_pos,
|
||||
HANDHOLDINGLASER + (p->kickback_pic >> 2), gs, o, pal);
|
||||
hud_drawpal(weapon_xoffset + 152 - (p->getlookang() >> 1),
|
||||
hud_drawpal(weapon_xoffset + 328 - (p->getlookang() >> 1),
|
||||
looking_arc + 249 - gun_pos,
|
||||
HANDHOLDINGLASER + (p->kickback_pic >> 2), gs, o | 4, pal);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue