MAXROBOTS
end = &Robots[MAXROBOTS];
end = &Scrap[MAXROBOTS];
COORD Robots[MAXROBOTS]; /* Robots' current positions */
COORD Scrap[MAXROBOTS]; /* ScrapHeap' current position */
for (cp = Robots; cp < &Robots[MAXROBOTS]; cp++)
if ((i = Level * 10) > MAXROBOTS)
i = MAXROBOTS;
memset(Scrap, 0, sizeof(Scrap[0]) * MAXROBOTS);
for (rp = Robots; rp < &Robots[MAXROBOTS]; rp++) {
for (rp = Robots; rp < &Robots[MAXROBOTS]; rp++)
for (cp = Robots; cp < &Robots[MAXROBOTS]; cp++) {