Quote:
Originally Posted by eugenebrooks
The glitch value does vary, but appears to be
identical on a given powerup.
|
That's a symptom of overstepping array boundaries. I looked at your code, and there are a couple of places where it would be possible for that sort of error to occur, but it looks like everything is correctly handled. Maybe someone else with sharper C++ eyes than mine will notice something we both missed.