]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
upped player limit (MAX_SCOREBOARD) from 64 to 255, and corrected my email address...
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 61d50af9a1186cd0c6cc0a5b9053f0a049c353e3..5fe0b8bfbc1e865b7619ffcc2cd78b7c20b671b2 100644 (file)
--- 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);