-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underflow issue? #1
Comments
Thanks for your interest! I'll take a look. |
A bullet with those coordinates should be removed from the world in the update bullet method, so I'm not sure what happened. The render method should be more defensive and check the coordinates, probably. What sort of playing around did you do? |
(defparameter *powerup-max-age* 999) and, in break-down, (if t #+nil (< (random 100) (/ 100 (+ 4 (* (level world) 0.3)))) Then I flew around a bit - shooting and fetching. |
Hehe. I've reproduced the bug myself, now. I'll add a check before rendering. |
Oh, and BTW - as a VIM user, be sure to look at slimv (http://www.vim.org/scripts/script.php?script_id=2531) - uses python to connect vim to a swank server. I got it running with swankR, too ... ;) |
Playing around a bit (and giving myself more powerups ;) I got this:
I thought you might be interested.
The text was updated successfully, but these errors were encountered: