]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
changed Draw_CachePic to load both tga/png/jpg and lmp/wad images at once and take...
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index 39dd7df69591004276e4ea66c16297c16bf4bb49..982a49fe85125fc16162d19884142e5a23b3873d 100644 (file)
--- a/wad.h
+++ b/wad.h
@@ -69,7 +69,7 @@ extern        int                     wad_numlumps;
 extern lumpinfo_t      *wad_lumps;
 extern unsigned char           *wad_base;
 
-void   *W_GetLumpName (const char *name);
+unsigned char *W_GetLumpName (const char *name);
 
 
 // LordHavoc: added alternate texture WAD2/WAD3 system for easier loading of HalfLife texture wads