]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
fix the quake logo shadow in e1m5 (ALL surfaces were producing shadow volumes, includ...
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 9b9d7c8f181d73c0aa5162ec83c093c91e9f89a8..149415d38eceac82aaf5b7b5daa684deb090e37a 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -332,7 +332,9 @@ qboolean PK3_OpenLibrary (void)
 {
        const char* dllnames [] =
        {
-#ifdef WIN32
+#if defined(WIN64)
+               "zlib64.dll",
+#elif defined(WIN32)
                "zlib.dll",
 #elif defined(MACOSX)
                "libz.dylib",
@@ -939,7 +941,7 @@ void FS_Init (void)
        if (strstr(com_argv[0], ".app/"))
        {
                char *split;
-               char temp[4096];
+
                split = strstr(com_argv[0], ".app/");
                while (split > com_argv[0] && *split != '/')
                        split--;