add command for spawning glider
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.c
index 59e9219abcfe58a7baaab9a574b19c5b83091b16..2ff0cab4f448241783850eb201a854560acd71a6 100644 (file)
--- a/entity.c
+++ b/entity.c
@@ -10,9 +10,9 @@
 #include "ent_challenge.c"
 #include "ent_relay.c"
 #include "ent_route.c"
-#include "ent_portal.c"
 #include "ent_miniworld.c"
 #include "ent_region.c"
+#include "ent_traffic.c"
 
 typedef void (*fn_entity_call_handler)( world_instance *, ent_call *);