]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
added Q1 BSP2 format support, compatible with hmap2
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index b5ab8dbaa2dd7fb1948aa793818ff8f2e7dc3cd9..3c4297d940efd4cc1e41751130b8db3491ef6eaf 100644 (file)
--- a/wad.h
+++ b/wad.h
@@ -71,7 +71,7 @@ unsigned char *W_GetLumpName(const char *name);
 // halflife texture wads
 void W_LoadTextureWadFile(char *filename, int complain);
 unsigned char *W_GetTextureBGRA(char *name); // returns tempmempool allocated image data, width and height are in image_width and image_height
-unsigned char *W_ConvertWAD3TextureBGRA(miptex_t *tex); // returns tempmempool allocated image data, width and height are in image_width and image_height
+unsigned char *W_ConvertWAD3TextureBGRA(sizebuf_t *sb); // returns tempmempool allocated image data, width and height are in image_width and image_height
 
 #endif