Home
last modified time | relevance | path

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

/dragonfly/games/larn/
HDtok.c20 static char usermpoint = 0; /* the user monster pointer */ variable
209 strcpy(usermonster[(int)usermpoint], i); in readopts()
210 if (usermpoint >= MAXUM) in readopts()
212 if (isalpha(j = usermonster[(int)usermpoint][0])) { in readopts()
215 … monster[k].name = &usermonster[(int)usermpoint++][0]; in readopts()