HomeSort by: relevance | last modified time | path
    Searched refs:p_1scratch (Results 1 - 3 of 3) sorted by relevancy

  /src/games/phantasia/
interplayer.c 89 Player.p_1scratch = 0.0;
172 if (Other.p_1scratch != oldhits)
173 /* p_1scratch changes to indicate
185 if (Other.p_1scratch == oldhits) {
214 dtemp = Other.p_1scratch - oldhits;
220 oldhits = Other.p_1scratch; /* keep track of old
314 Player.p_1scratch += dtemp;
319 Player.p_1scratch -= 1.0; /* change this to indicate
346 Player.p_1scratch -= 1.0;
350 Player.p_1scratch = Other.p_energy * 1.1
    [all...]
phantstruct.h 33 double p_1scratch, member in struct:player
misc.c 889 playerp->p_1scratch =

Completed in 16 milliseconds