industry_cmd.c
changeset 2061 f67a12c65223
parent 2051 44b6b091beb3
child 2070 26c657906f25
--- a/industry_cmd.c	Fri Jul 15 09:01:23 2005 +0000
+++ b/industry_cmd.c	Fri Jul 15 12:16:16 2005 +0000
@@ -821,8 +821,7 @@
 			Industry *i = GetIndustry(_m[tile].m2);
 			if (i->was_cargo_delivered) {
 				i->was_cargo_delivered = false;
-				if ((_m[tile].m4|_m[tile].m3) != 0)
-					_m[tile].m4 = 0;
+				_m[tile].m4 = 0;
 				AddAnimatedTile(tile);
 			}
 		}