(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
authorglx
Tue, 09 Oct 2007 02:57:29 +0000
changeset 7698 869dd7edf53c
parent 7697 a6e9a0f46db9
child 7699 ed0f40f66af9
(svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
src/newgrf.cpp
--- a/src/newgrf.cpp	Mon Oct 08 20:42:33 2007 +0000
+++ b/src/newgrf.cpp	Tue Oct 09 02:57:29 2007 +0000
@@ -1755,7 +1755,6 @@
 					return false;
 				}
 
-				tsp->grf_prop.override = ovrid;
 				_industile_mngr.Add(indtid + i, ovrid);
 			} break;