Home
last modified time | relevance | path

Searched refs:endsts (Results 1 – 7 of 7) sorted by relevance

/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswend.c101 if (!endsts[ob->ob_index]) { in endgame()
126 endsts[n] = WINNER; in winner()
144 endsts[n] = LOSER; in loser()
H A Dswmain.h70 extern int endsts[MAX_PLYR];
H A Dswmain.c97 int endsts[MAX_PLYR]; /* End of game status and move count */ variable
H A Dswasynio.c149 endstat = endsts[currobx = (ob = obp)->ob_index]; in movemult()
H A Dswmove.c197 endstat = endsts[player]; in moveplyr()
398 endstat = endsts[currobx]; in movecomp()
686 && !endsts[player]) in movepln()
H A Dswinit.c391 = endsts[ob->ob_index] = 0; in initpln()
1031 if (endsts[player] == WINNER) { in swrestart()
H A Dswcollsn.c291 if (endsts[ob->ob_index] == WINNER) in swkill()