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

/netbsd-current/games/wump/
H A Dwump.c408 int chance, next, roomcnt; local
423 for (roomcnt = 1;; ++roomcnt, room_list = NULL) {
425 if (roomcnt == 1) {
432 if (roomcnt > 5) {
471 if (roomcnt == 3 && chance < 2) {
476 } else if (roomcnt == 4 && chance < 6) {

Completed in 98 milliseconds