Sometimes you find a bug that makes you wonder how the game ever ran for any amount...
commita44cdc6c0ed1dd54d78ea8b4899a4f53dd3ce675
authorlorien420 <lorien420>
Sat, 16 Apr 2005 17:17:41 +0000 (16 17:17 +0000)
committerlorien420 <lorien420>
Sat, 16 Apr 2005 17:17:41 +0000 (16 17:17 +0000)
treea5e232117df4065670b1f3996c213eceba8a5567
parent8eeab3fcf1941fece586af2e6b6cd048113bd392
Sometimes you find a bug that makes you wonder how the game ever ran for any amount of time before. Actually, I just figured it out.

The line in ComputerPlayerAI that was removed is a hold-over assertion that isn't true any more. We never spotted it in the release because asserts aren't compiled into the release. It's a major bug that normal users never have to see. Awesome.
src/ComputerPlayerAI.cxx
src/GarbageQueue.cxx