]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
world: Port the areagrid to the new generic linked list
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index e43ebd142c6ffc99f7fcfa01a5badb0baa86966d..d1b45a7c65d7f83ddf8ca007ecd9255a85797616 100644 (file)
--- a/world.h
+++ b/world.h
@@ -35,8 +35,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 typedef struct link_s
 {
+       llist_t list;
        int entitynumber;
-       struct link_s   *prev, *next;
 } link_t;
 
 typedef struct world_physics_s