Home
last modified time | relevance | path

Searched refs:ghoststart (Results 1 – 11 of 11) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dcowapi.h60 extern int ghoststart;
H A Dcowmain.c880 if (ghoststart) in cowmain()
885 ghoststart = 0; in cowmain()
H A Dmain.c313 ghoststart++; in main()
H A Ddata.c27 int ghoststart = 0; /* is this a ghostbust * variable
H A Ddata.h175 extern int ghoststart;
H A Dgetname.c387 if (ghoststart) return; in getname()
H A Denter.c97 if (ghoststart) in openmem()
H A Dshort.c446 me = (ghoststart ? &players[ghost_pno] : pl); in handleSelfShort()
H A DCHANGES247 - fixed ghoststart [nelson]
H A Dsocket.c1595 me = (ghoststart ? &players[ghost_pno] : pl); in handleSelf()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_geodesic_domes/
H A Dvefm_271.py762 self.ghoststart = len(self.verts)
800 vert = self.verts[candidate.vertices[i].index + self.ghoststart]