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

  /src/games/phantasia/
interplayer.c 68 double oldhits = 0.0; /* previous damage inflicted by foe */ local in function:battleplayer
172 if (Other.p_1scratch != oldhits)
185 if (Other.p_1scratch == oldhits) {
214 dtemp = Other.p_1scratch - oldhits;
220 oldhits = Other.p_1scratch; /* keep track of old
interplayer.c 68 double oldhits = 0.0; /* previous damage inflicted by foe */ local in function:battleplayer
172 if (Other.p_1scratch != oldhits)
185 if (Other.p_1scratch == oldhits) {
214 dtemp = Other.p_1scratch - oldhits;
220 oldhits = Other.p_1scratch; /* keep track of old

Completed in 22 milliseconds