Home
last modified time | relevance | path

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

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11sprite.c667 this->pt_fuse--; in S_Plasma()
669 frame = this->pt_fuse * 5 / server_ups; in S_Plasma()
670 if (this->pt_fuse <= 0) in S_Plasma()
675 else if (this->pt_fuse >= numdetframes) in S_Plasma()
677 this->pt_fuse = numdetframes - 1; in S_Plasma()
H A Dlocal.c966 pt->pt_fuse--; in DrawPlasmaTorps()
969 frame = pt->pt_fuse * 5 / server_ups; in DrawPlasmaTorps()
974 if (pt->pt_fuse <= 0) { in DrawPlasmaTorps()
980 if (pt->pt_fuse >= numdetframes) in DrawPlasmaTorps()
981 pt->pt_fuse = numdetframes-1; in DrawPlasmaTorps()
983 if (pt->pt_fuse == numdetframes-1) in DrawPlasmaTorps()
H A Dstruct.h356 short pt_fuse; /* Life left in current * * member
H A Dsocket.c2185 thetorp->pt_fuse = NUMDETFRAMES * server_ups / 5; in handlePlasmaInfo()