]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
updated to version 1.50, build 75.
[xonotic/darkplaces.git] / render.h
index c4ed70e717a694570e5204c0d02b74b72b419314..2347d941c9e7d9b9f40127741ab871563d2aee39 100644 (file)
--- a/render.h
+++ b/render.h
@@ -68,7 +68,6 @@ typedef struct entity_s
        struct efrag_s                  *efrag;                 // linked list of efrags
        int                                             frame;
        float                                   syncbase;               // for client-side animations
-//     byte                                    *colormap;
        int                                             colormap;
        int                                             effects;                // light, particals, etc
        int                                             skinnum;                // for Alias models
@@ -129,7 +128,7 @@ extern      struct texture_s        *r_notexture_mip;
 
 // LordHavoc: generic image loader
 byte* loadimagepixels (char* filename, qboolean complain, int matchwidth, int matchheight);
-int loadtextureimage (int texnum, char* filename, qboolean complain, int matchwidth, int matchheight);
+int loadtextureimage (char* filename, int matchwidth, int matchheight, qboolean complain, qboolean mipmap);
 
 void R_Init (void);
 void R_InitTextures (void);