VUmeter for dead people fix.

This commit is contained in:
Pecusx
2024-03-13 12:52:55 +01:00
parent 06298c856b
commit a52c48bb25
4 changed files with 3 additions and 0 deletions
+3
View File
@@ -1498,7 +1498,10 @@ drawbarrels
dex
stx TankNr
DrawNextTank
lda eXistenZ,x
beq nobarrel ; if energy=0 then no tank
jsr drawtanknr.BarrelChange
nobarrel
dec TankNr
ldx TankNr
bpl DrawNextTank