Index: neither/darkwar/resource.c
diff -u neither/darkwar/resource.c:1.8 neither/darkwar/resource.c:1.9
--- neither/darkwar/resource.c:1.8	Mon Jan 10 12:07:31 2005
+++ neither/darkwar/resource.c	Mon Jan 10 12:09:40 2005
@@ -156,8 +156,6 @@
 		r->lasthit = 0;
 	}
 	Resource_Hit(r);
-	if (flags & RESOURCEFLAG_PRECACHE)
-		Resource_Load(i);
 	return i;
 }
 
Index: neither/darkwar/resource.h
diff -u neither/darkwar/resource.h:1.6 neither/darkwar/resource.h:1.7
--- neither/darkwar/resource.h:1.6	Mon Jan 10 12:07:31 2005
+++ neither/darkwar/resource.h	Mon Jan 10 12:09:40 2005
@@ -43,8 +43,6 @@
 #define RESOURCEFLAG_BUMPMAPASNORMALMAP 2
 // load this texture with mipmapping (blurring in the distance)
 #define RESOURCEFLAG_MIPMAP 4
-// load this resource during the Resource_IndexForName call if it's not already loaded
-#define RESOURCEFLAG_PRECACHE 8
 
 // for use by loaders ONLY
 typedef struct ResourceEntry