Space Defender 2 bug fix
Space Defender 2 bug fix
Rate Space Defender 2 bug fix
(3(3 Vote))
I had upload in 11/16/2000.
I am very, very sorry!
You have to change the function:
Public Sub UpdateHealth()
Form1.bar(Health).Visible = False
End Sub
of the Miscellaneous Module with:
Public Sub UpdateHealth()
If Health >= 0 Then Form1.bar(Health).Visible = False
End Sub
otherwise when you lost all the shield the program occurs an error.
Thank you for your patience, Fabio.
Space Defender 2 bug fix Comments
No comments yet — be the first to post one!
Post a Comment