Home
last modified time | relevance | path

Searched refs:PlistNoteUpdate (Results 1 – 5 of 5) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dplayerlist.h62 #define PlistNoteUpdate(i) { updatePlayer[i] = 1; plistUpdated = 1; } macro
83 #define PlistNoteHostile(i) { if (plistHasHostile) PlistNoteUpdate(i); }
97 #define PlistNoteSpeed(i) { if (plistHasSpeed) PlistNoteUpdate(i); }
H A Dshort.c571 PlistNoteUpdate(pl_no); in handleVPlayer()
692 PlistNoteUpdate(pl_no); in handleVPlayer()
790 PlistNoteUpdate(me->p_no); in handleVPlayer()
857 PlistNoteUpdate(me->p_no); in handleVPlayer()
1960 PlistNoteUpdate(pnum);
2069 PlistNoteUpdate((unsigned char) packet->pnum);
2152 PlistNoteUpdate(pnum); in new_flags()
H A Dcowmain.c967 PlistNoteUpdate(me->p_no); in cowmain()
H A Dsocket.c1688 PlistNoteUpdate(packet->pnum); in handlePlayer()
2290 PlistNoteUpdate((unsigned char) packet->pnum); in handleKills()
2350 PlistNoteUpdate((unsigned char) packet->pnum); in handlePStatus()
2566 PlistNoteUpdate(p_no); in handlePlyrLogin()
2620 PlistNoteUpdate(p_no); in handleStats()
2644 PlistNoteUpdate(p_no); in handlePlyrInfo()
H A Dplayback.c330 PlistNoteUpdate(me->p_no); in pbmain()