Small bugfix

This commit is contained in:
Pecusx
2022-06-21 12:38:17 +02:00
parent 8613854f80
commit eda0e65189
2 changed files with 4 additions and 2 deletions
BIN
View File
Binary file not shown.
+4 -2
View File
@@ -2399,11 +2399,13 @@ NextLine2
iny iny
cpy #40 cpy #40
bne NextColumn bne NextColumn
; and we have "snow" :)
lda #0
ldx TankNr ldx TankNr
sta ActiveDefenceWeapon,x ; deactivate Nuclear Winter sta ActiveDefenceWeapon,x ; deactivate Nuclear Winter
mwa #0 RangeLeft ; whole screen in range of soil down sta RangeLeft ; whole screen in range of soil down
sta RangeLeft+1
mwa #screenwidth RangeRight mwa #screenwidth RangeRight
jsr SoilDown2 jsr SoilDown2
jsr drawtanks ; for restore PM jsr drawtanks ; for restore PM