mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Small bugfix
This commit is contained in:
BIN
Binary file not shown.
+4
-2
@@ -2399,11 +2399,13 @@ NextLine2
|
||||
iny
|
||||
cpy #40
|
||||
bne NextColumn
|
||||
|
||||
; and we have "snow" :)
|
||||
lda #0
|
||||
ldx TankNr
|
||||
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
|
||||
jsr SoilDown2
|
||||
jsr drawtanks ; for restore PM
|
||||
|
||||
Reference in New Issue
Block a user