eaten
if (Stand_still && Num_robots > 1 && eaten(&My_pos))
if (!eaten(&newpos))
Field[newpos.y][newpos.x] > 0 || eaten(&newpos)) {
static bool eaten(COORD *);