(50c0271)
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.h
index b1aed55bf12d73b2717e8ff51d35e6ab827fb66e..278cf75ec6eb50c2912e329b1df93ef9fb5ce313 100644 (file)
@@ -12,7 +12,7 @@ struct global_miniworld
 }
 extern global_miniworld;
 
-void ent_miniworld_call( world_instance *world, ent_call *call );
+entity_call_result ent_miniworld_call( world_instance *world, ent_call *call );
 void ent_miniworld_render( world_instance *host_world, vg_camera *cam );
 void ent_miniworld_goback(void);
 void ent_miniworld_preupdate(void);