X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=draw.h;h=5fe0b8bfbc1e865b7619ffcc2cd78b7c20b671b2;hp=61d50af9a1186cd0c6cc0a5b9053f0a049c353e3;hb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;hpb=2cadb08a5230c73be4599c7543fd02edfb350932 diff --git a/draw.h b/draw.h index 61d50af9..5fe0b8bf 100644 --- a/draw.h +++ b/draw.h @@ -41,7 +41,7 @@ cachepic_t; void Draw_Init (void); cachepic_t *Draw_CachePic (const char *path, qboolean persistent); // create or update a pic's image -cachepic_t *Draw_NewPic(const char *picname, int width, int height, int alpha, qbyte *pixels); +cachepic_t *Draw_NewPic(const char *picname, int width, int height, int alpha, unsigned char *pixels); // free the texture memory used by a pic void Draw_FreePic(const char *picname);