mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 19:50:45 +00:00
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:
parent
cf07e079e8
commit
cddba00a96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue