X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=wad.h;h=87289a7af91a2ca68bec91cb39249035d74db899;hb=d010b5177ed500178d3a40b49788c8093127ecf4;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