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

  /src/games/phantasia/
fight.c 36 volatile int flockcnt = 1; /* how many time flocked */ local in function:encounter
151 ++flockcnt;
157 && drandom() > 0.2 + pow(0.4, (double) (flockcnt / 3 + Circle / 3.0)))
165 getyx(stdscr, Lines, flockcnt);
fight.c 36 volatile int flockcnt = 1; /* how many time flocked */ local in function:encounter
151 ++flockcnt;
157 && drandom() > 0.2 + pow(0.4, (double) (flockcnt / 3 + Circle / 3.0)))
165 getyx(stdscr, Lines, flockcnt);

Completed in 25 milliseconds