test bigger font
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index 06b2c6e19e8bfd510d18d6cae6dfab7b23eabedf..22ee913c6a6199ff938aa14793ad5c41cee3f1fa 100644 (file)
--- a/entity.h
+++ b/entity.h
@@ -370,7 +370,7 @@ struct ent_worldinfo{
    f32 timezone;
 };
 
-VG_STATIC ent_marker *ent_find_marker( mdl_context *mdl,
+static ent_marker *ent_find_marker( mdl_context *mdl,
                                        mdl_array_ptr *arr, const char *alias )
 {
    for( u32 i=0; i<mdl_arrcount(arr); i++ ){
@@ -494,6 +494,6 @@ struct ent_call{
 };
 
 #include "world.h"
-VG_STATIC void entity_call( world_instance *world, ent_call *call );
+static void entity_call( world_instance *world, ent_call *call );
 
 #endif /* ENTITY_H */