Small DrawTanks fix
This commit is contained in:
+1
-1
@@ -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
Binary file not shown.
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user