refactor (reduction)
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.c
index 82c3ecde18601037942289e3a9dcb4f02f5091b1..21815f461973b2337c31da02df2622a7bc9dea42 100644 (file)
--- a/entity.c
+++ b/entity.c
@@ -12,7 +12,7 @@
 
 typedef void (*fn_entity_call_handler)( world_instance *, ent_call *);
 
-VG_STATIC void entity_call( world_instance *world, ent_call *call ){
+static void entity_call( world_instance *world, ent_call *call ){
    u32 type = mdl_entity_id_type( call->id );
 
    fn_entity_call_handler table[] = {