]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
modified Mod_ValidateElements to fix broken elements rather than crashing later
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index edef176d79ae90f294765e6fa2bc90037a820708..87289a7af91a2ca68bec91cb39249035d74db899 100644 (file)
--- 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