Searched refs:last_plane (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/atc/
H A Dupdate.c288 static int last_plane = -1; local
290 int found, start_plane = last_plane;
294 last_plane++;
295 if (last_plane >= 26)
296 last_plane = 0;
298 if (pp->plane_no == last_plane) {
304 if (pp->plane_no == last_plane) {
308 } while (found && last_plane != start_plane);
309 if (last_plane == start_plane)
311 return (last_plane);
[all...]

Completed in 78 milliseconds