mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Sometimes no explosion - solved!
A small change after a long analysis of the procedures "Fly" and "draw" - very hard work :)
This commit is contained in:
BIN
Binary file not shown.
+1
-1
@@ -1780,7 +1780,7 @@ nowait
|
|||||||
lda HitFlag
|
lda HitFlag
|
||||||
bne Hit
|
bne Hit
|
||||||
|
|
||||||
cpw ytraj+1 #screenheight
|
cpw ytraj+1 #screenheight+1
|
||||||
bcc YTrayLowerThanScreenHeight
|
bcc YTrayLowerThanScreenHeight
|
||||||
lda ytraj+2
|
lda ytraj+2
|
||||||
bpl EndOfFlight
|
bpl EndOfFlight
|
||||||
|
|||||||
Reference in New Issue
Block a user