X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=wad.h;h=87289a7af91a2ca68bec91cb39249035d74db899;hb=e572ffa56f0883c1ac7c9cca37da359ddbac551c;hp=edef176d79ae90f294765e6fa2bc90037a820708;hpb=95f66338c8144989970daa0fa4b38c87e9af94a0;p=xonotic%2Fdarkplaces.git diff --git a/wad.h b/wad.h index edef176d..87289a7a 100644 --- a/wad.h +++ b/wad.h @@ -69,7 +69,7 @@ extern int wad_numlumps; extern lumpinfo_t *wad_lumps; extern qbyte *wad_base; -void *W_GetLumpName (char *name); +void *W_GetLumpName (const char *name); // LordHavoc: added alternate texture WAD2/WAD3 system for easier loading of HalfLife texture wads