HomeSort by: relevance | last modified time | path
    Searched defs:Last_expl (Results 1 - 1 of 1) sorted by relevancy

  /src/games/hunt/huntd/
expl.c 43 static EXPL *Last_expl; /* last explosion on Expl[0] */
67 if (Last_expl == NULL)
70 Last_expl->e_next = ep;
71 Last_expl = ep;
141 Last_expl = Expl[0] = NULL;

Completed in 18 milliseconds