]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.c
added cl_screen.c/h (eventually most 2D stuff should be moved here)
[xonotic/darkplaces.git] / wad.c
diff --git a/wad.c b/wad.c
index bba4c97a69572b833fc5c1c13d5bfd0100124302..5eba9d350e66b57da2b9533357fd8869e77a14ed 100644 (file)
--- a/wad.c
+++ b/wad.c
@@ -117,7 +117,7 @@ void *W_GetLumpName (char *name)
                if (!strcmp(clean, lump->name))
                        return (void *)(wad_base + lump->filepos);
 
                if (!strcmp(clean, lump->name))
                        return (void *)(wad_base + lump->filepos);
 
-       Sys_Error ("W_GetLumpinfo: %s not found", name);
+       //Sys_Error ("W_GetLumpinfo: %s not found", name);
        return NULL;
 }
 
        return NULL;
 }