X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=1e5e70c684d55e4ace42df0749ce31d008a602fb;hb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;hp=fc66d7469badf7578f991b8c5b0b3b4f92ce8adf;hpb=874c9d7e6ee2d826f9eb34518e8163283439c38e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index fc66d74..1e5e70c 100644 --- a/world_entity.h +++ b/world_entity.h @@ -13,7 +13,6 @@ static ent_spawn *world_find_spawn_by_name( world_instance *world, static ent_spawn *world_find_closest_spawn( world_instance *world, v3f position ); static void world_entity_start( world_instance *world, vg_msg *sav ); -static void world_entity_relink( world_instance *world ); static void world_entity_serialize( world_instance *world, vg_msg *sav ); static void ent_volume_call( world_instance *world, ent_call *call );