]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
-Added the parameter 'persistent'(naming?) to Draw_CachePic, which decides
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index bbf5a21be98e1155d633a4e416e8a483f1f2e899..4c507883b3b31ff02b495b93b4dbb69ab18e3aa3 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -39,7 +39,7 @@ typedef struct cachepic_s
 cachepic_t;
 
 void Draw_Init (void);
-cachepic_t *Draw_CachePic (char *path);
+cachepic_t *Draw_CachePic (char *path, qboolean persistent);
 // create or update a pic's image
 cachepic_t *Draw_NewPic(char *picname, int width, int height, int alpha, qbyte *pixels);
 // free the texture memory used by a pic