Home
last modified time | relevance | path

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

/original-bsd/games/battlestar/
H A Dcom1.c196 int hurt1,hurt2; in crash() local
216 hurt1 = rnd(NUMOFINJURIES - 2) + 2; in crash()
218 injuries[hurt1] = 1; in crash()
222 printf("I'm afraid you have suffered %s and %s.\n",ouch[hurt1],ouch[hurt2]); in crash()