Fixed artifical ceiling on physics

This commit is contained in:
blondie7575 2017-10-09 15:02:51 -07:00
parent cd1cf5c28c
commit 6777f1d4c0
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -212,8 +212,6 @@ updateProjectilePhysicsContinue:
sta projectileData+GO_POSY
cmp #GAMEOBJECTHEIGHT
bmi updateProjectilePhysicsDelete
cmp #201
bpl updateProjectilePhysicsDelete
updateProjectilePhysicsDone:
RESTORE_AY