weapons.con.sample: Fix operation on wrong variable in tripbomb code.

git-svn-id: https://svn.eduke32.com/eduke32@6030 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-01-23 11:20:27 +00:00
parent cf07e079e8
commit cddba00a96

View file

@ -392,7 +392,7 @@ state draw_tripbomb // TRIPBOMB_WEAPON:
else ifvarl weaponcount 4 else ifvarl weaponcount 4
{ {
setvarvar hud_temp currentweapon setvarvar hud_temp currentweapon
shiftvarl currentweapon 2 shiftvarl hud_temp 2
guniqhudid hud_temp guniqhudid hud_temp
addvar hud_x 142 addvar hud_x 142