Merge branch 'master' of harrygodden.com:/home/carveJwlIkooP6JGAAIwe30JlM
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_relay.c
index 60144ab2ff1c4cf389b3ba50a15a27447f2d9a5e..357031b049cd9b0f05ef775cea53580ef227d554 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "entity.h"
 
-VG_STATIC void ent_relay_call( world_instance *world, ent_call *call ){
+static void ent_relay_call( world_instance *world, ent_call *call ){
    u32 index = mdl_entity_id_id( call->id );
    ent_relay *relay = mdl_arritm( &world->ent_relay, index );