mirror of
https://github.com/PDP-10/its.git
synced 2026-02-13 11:34:04 +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.