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

/netbsd-current/games/tetris/
H A Dscores.c779 int levelfound[NLEVELS]; local
789 * levelfound[i] becomes set when the first high score for that
794 levelfound[i] = 0;
820 levelfound[sp->hs_level] == 0)
834 levelfound[sp->hs_level] = 1;
853 int levelfound[NLEVELS]; local
870 levelfound[i] = 0;
873 if (levelfound[sp->hs_level])
877 levelfound[sp->hs_level] = 1;

Completed in 200 milliseconds