HomeSort by relevance Sort by last modified time
    Searched refs:tent (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
sv_phys.cpp 1570 edict_t tempent, *tent; local
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 965 edict_t *ent, *tent; local
975 tent = EDICT_NUM(0);
976 ent->v.goalentity = EDICT_TO_PROG(tent);
986 tent = EDICT_NUM(0);
987 ent->v.goalentity = EDICT_TO_PROG(tent);
993 tent = EDICT_NUM(i + 1);
994 ent->v.goalentity = EDICT_TO_PROG(tent);
    [all...]

Completed in 6385 milliseconds