Small DrawTanks fix

This commit is contained in:
Pecusx
2022-09-02 14:50:20 +02:00
parent a441357948
commit 216d9f9ca8
3 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ DrawNextTank
pla pla
sta TankNr sta TankNr
mva #1 Erase ; no erase tanks flag mva #0 Erase ; no erase tanks flag
rts rts
.endp .endp
;--------- ;---------
BIN
View File
Binary file not shown.
-1
View File
@@ -1101,7 +1101,6 @@ ToHighFill
;first, get current parameters (angle+force) ;first, get current parameters (angle+force)
;for an active tank and display them ;for an active tank and display them
;(these values are taken from the previous round) ;(these values are taken from the previous round)
mva #0 Erase
ldx TankNr ldx TankNr