mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +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
|
||||
bne Hit
|
||||
|
||||
cpw ytraj+1 #screenheight
|
||||
cpw ytraj+1 #screenheight+1
|
||||
bcc YTrayLowerThanScreenHeight
|
||||
lda ytraj+2
|
||||
bpl EndOfFlight
|
||||
|
||||
Reference in New Issue
Block a user