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

/netbsd-current/games/phantasia/
H A Dphantstruct.h49 short p_lives; /* multiple lives for council, valar */ member in struct:player
H A Dgamesupport.c128 mvprintw(11, 40, "Y:Lives %d\n", playerp->p_lives);
341 sptr = &playerp->p_lives;
H A Dmisc.c75 Player.p_lives = 3; /* three extra lives */
612 if (Player.p_lives > 0)
616 printw("You only have %d more chance(s).\n", --Player.p_lives);
908 playerp->p_lives =
H A Dinterplayer.c524 Player.p_lives = 5;

Completed in 205 milliseconds