Home | Sort by: relevance | last modified time | path |
/src/games/hunt/huntd/ | |
driver.c | 1019 IDENT *ip, *nextip; local in function:clear_scores 1021 for (ip = Scores; ip != NULL; ip = nextip) { 1022 nextip = ip->i_next; |
driver.c | 1019 IDENT *ip, *nextip; local in function:clear_scores 1021 for (ip = Scores; ip != NULL; ip = nextip) { 1022 nextip = ip->i_next; |