Changeset - r2061:4e9342449e15
[Not reviewed]
master
0 2 0
ludde - 19 years ago 2005-07-15 12:16:16
ludde@openttd.org
(svn r2570) Fix: Removed some code that had no effect.
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
industry_cmd.c
Show inline comments
 
@@ -821,8 +821,7 @@ static void TileLoop_Industry(TileIndex 
 
			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);
 
			}
 
		}
town_cmd.c
Show inline comments
 
@@ -159,8 +159,7 @@ static void AnimateTile_Town(TileIndex t
 
	if (_tick_counter & 3)
 
		return;
 

	
 
	if (_m[tile].m4 != 4 && _m[tile].m4 != 5)
 
		return;
 
	assert(_m[tile].m4 == 4 || _m[tile].m4 == 5);
 

	
 
	if (!((old=_m[tile].owner)&0x80)) {
 
		_m[tile].owner |= 0x80;
0 comments (0 inline, 0 general)