X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.c;h=21815f461973b2337c31da02df2622a7bc9dea42;hb=333430b27b5f9f73cbe9ad7921a4735aaff444f1;hp=82c3ecde18601037942289e3a9dcb4f02f5091b1;hpb=6190deb68aa1c9e92ede62ea05c2a755bf5516de;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.c b/entity.c index 82c3ecd..21815f4 100644 --- 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[] = {