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

  /external/quake/quake/src/QW/server/
pr_edict.c 69 ED_Alloc
78 edict_t *ED_Alloc (void)
97 Con_Printf ("WARNING: ED_Alloc: no free edicts\n");
878 ED_Alloc, because otherwise an error loading the map would have entity
911 ent = ED_Alloc ();
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 78 ED_Alloc
87 edict_t *ED_Alloc (void)
105 Sys_Error ("ED_Alloc: no free edicts");
895 ED_Alloc, because otherwise an error loading the map would have entity
928 ent = ED_Alloc ();

Completed in 2868 milliseconds