X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=wad.h;h=3c4297d940efd4cc1e41751130b8db3491ef6eaf;hb=b761eb6b6ce3048307c587f097d0c4f13f6cc0c4;hp=b5ab8dbaa2dd7fb1948aa793818ff8f2e7dc3cd9;hpb=fd091d66e2673b19eb9c7d73d95160ef874de5e6;p=xonotic%2Fdarkplaces.git diff --git a/wad.h b/wad.h index b5ab8dba..3c4297d9 100644 --- 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