summaryrefslogtreecommitdiff
path: root/source/g_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/g_public.h')
-rw-r--r--source/g_public.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/g_public.h b/source/g_public.h
index 3e5cf6e..4e61e7b 100644
--- a/source/g_public.h
+++ b/source/g_public.h
@@ -45,12 +45,6 @@ SOLID_BSP // bsp clip, touch on edge
//===============================================================
-// link_t is only used for entity area links now
-typedef struct link_s
-{
- struct link_s *prev, *next;
-} link_t;
-
#define MAX_ENT_CLUSTERS 16
@@ -79,7 +73,7 @@ struct edict_s
int linkcount;
// FIXME: move these fields to a server private sv_entity_t
- link_t area; // linked to a division node or leaf
+ list_t area; // linked to a division node or leaf
int num_clusters; // if -1, use headnode instead
int clusternums[MAX_ENT_CLUSTERS];