X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_brush.h;h=bcb79f103798daa4b2f9b91d465bfee52c2cc9a7;hp=7fe0a591d82325360ae24f4d966ecfe8e61d2435;hb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;hpb=2cadb08a5230c73be4599c7543fd02edfb350932 diff --git a/model_brush.h b/model_brush.h index 7fe0a591..bcb79f10 100644 --- a/model_brush.h +++ b/model_brush.h @@ -134,7 +134,7 @@ typedef struct mleaf_s int *firstleafsurface; int numleafbrushes; // q3bsp int *firstleafbrush; // q3bsp - qbyte ambient_sound_level[NUM_AMBIENTS]; // q1bsp + unsigned char ambient_sound_level[NUM_AMBIENTS]; // q1bsp int contents; // q1bsp: // TODO: remove (only used temporarily during loading when making collision hull 0) int portalmarkid; // q1bsp // used by see-polygon-through-portals visibility checker }