mirror of
https://github.com/PDP-10/its.git
synced 2026-01-23 02:48:48 +00:00
The problem is that the MP1 loop assumes that the object type in the C accumulator stays constant. When the ships collide, one is changed to a fireball, and the other is erased. When the collision with the sun is detected, the object type in C is still "ship". Getting C fresh each time at MP2 fixes the bug.