]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.c
implemented tag attachments on skeletal .zym models and centralized the code dealing...
[xonotic/darkplaces.git] / wad.c
diff --git a/wad.c b/wad.c
index 9886fb20f9070d98c0823282807ddbd97df09aa1..2183b8e3f9962577be9a5ec40b6c13e261dc9277 100644 (file)
--- a/wad.c
+++ b/wad.c
@@ -17,12 +17,16 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
-// wad.c
+
 
 #include "quakedef.h"
+#include "image.h"
+#include "wad.h"
+
 
 void SwapPic (qpic_t *pic);
 
+
 /*
 ==================
 W_CleanupName
@@ -153,7 +157,7 @@ void W_LoadTextureWadFile (char *filename, int complain)
        qfile_t                 *file;
        int                             numlumps;
 
-       file = FS_Open (filename, "rb", false);
+       file = FS_Open (filename, "rb", false, false);
        if (!file)
        {
                if (complain)