X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Fpatch.c;h=82ff09a7e1498c225f82671f4318dfbf17f69fb1;hb=35d622a9f4962696de8b1b9f6d464f5790ab54ee;hp=3b3949ced6ede9147272e7c0f28db19792966a98;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3map2/patch.c b/tools/quake3/q3map2/patch.c index 3b3949ce..82ff09a7 100644 --- a/tools/quake3/q3map2/patch.c +++ b/tools/quake3/q3map2/patch.c @@ -428,10 +428,9 @@ void PatchMapDrawSurfs( entity_t *e ){ vec3_t bounds[ 2 ]; byte *bordering; - /* ydnar: mac os x fails with these if not static */ - MAC_STATIC parseMesh_t *meshes[ MAX_MAP_DRAW_SURFS ]; - MAC_STATIC qb_t grouped[ MAX_MAP_DRAW_SURFS ]; - MAC_STATIC byte group[ MAX_MAP_DRAW_SURFS ]; + parseMesh_t *meshes[ MAX_MAP_DRAW_SURFS ]; + qb_t grouped[ MAX_MAP_DRAW_SURFS ]; + byte group[ MAX_MAP_DRAW_SURFS ]; /* note it */