src/newgrf.cpp
changeset 7674 b03105e8f035
parent 7673 af64a5335dad
child 7690 293efb2185a8
--- a/src/newgrf.cpp	Fri Oct 05 02:21:40 2007 +0000
+++ b/src/newgrf.cpp	Fri Oct 05 17:50:17 2007 +0000
@@ -1699,8 +1699,6 @@
 
 static bool IndustrytilesChangeInfo(uint indtid, int numinfo, int prop, byte **bufp, int len)
 {
-	if (!HASBIT(_ttdpatch_flags[3], 0x07)) return true;
-
 	byte *buf = *bufp;
 	bool ret = false;
 
@@ -1805,8 +1803,6 @@
 
 static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp, int len)
 {
-	if (!HASBIT(_ttdpatch_flags[3], 0x07)) return true;
-
 	byte *buf = *bufp;
 	bool ret = false;
 
@@ -2937,8 +2933,6 @@
 
 static void IndustryMapSpriteGroup(byte *buf, uint8 idcount, uint8 cidcount)
 {
-	if (!HASBIT(_ttdpatch_flags[3], 0x07)) return;
-
 	byte *bp = &buf[4 + idcount + cidcount * 3];
 	uint16 groupid = grf_load_word(&bp);
 
@@ -2963,8 +2957,6 @@
 
 static void IndustrytileMapSpriteGroup(byte *buf, uint8 idcount, uint8 cidcount)
 {
-	if (!HASBIT(_ttdpatch_flags[3], 0x07)) return;
-
 	byte *bp = &buf[4 + idcount + cidcount * 3];
 	uint16 groupid = grf_load_word(&bp);