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:
Pecusx
2022-06-02 23:38:52 +02:00
parent 6013986e51
commit c12049d0d7
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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