mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Revert "- remove duplicate line.". In hindsight, I believe this was by design.
This reverts commit 6fd6926d8d
.
This commit is contained in:
parent
6ad3237b62
commit
8cc4b5062a
1 changed files with 1 additions and 0 deletions
|
@ -786,6 +786,7 @@ void displayweapon_d(int snum, double smoothratio)
|
|||
i = 0;
|
||||
if (sprite[p->i].pal != 1) i = rand() & 7;
|
||||
hud_drawpal(i + weapon_xoffset - 4 + 140 - p->lookanghalf(),i + looking_arc - (p->kickback_pic >> 1) + 208 - gun_pos, CHAINGUN + 5 + ((*kb - 4) / 5),gs,o,pal);
|
||||
if (sprite[p->i].pal != 1) i = rand() & 7;
|
||||
hud_drawpal(i + weapon_xoffset - 4 + 184 - p->lookanghalf(),i + looking_arc - (p->kickback_pic >> 1) + 208 - gun_pos, CHAINGUN + 5 + ((*kb - 4) / 5),gs,o,pal);
|
||||
}
|
||||
if (*kb < 8)
|
||||
|
|
Loading…
Reference in a new issue