From 5f88e816416ee78b3b693253c0ff298c36459a8b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 30 Dec 2006 11:57:52 +0000 Subject: (svn r7642) -Codechange: unify all the different locations where the animation state is stored into a single location. --- docs/landscape.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/landscape.html') diff --git a/docs/landscape.html b/docs/landscape.html index 30f71dff4..18d524a7e 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -440,13 +440,13 @@ Industry tile 00..06  coal mine - +
00  wheel tower when not animated
01  wheel tower when animated; animation state in m1 bits 5..0; m1 bit 6 set = sound already generated
01  wheel tower when animated; animation state in m3 bits 5..0; m3 bit 6 set = sound already generated
07..0A  power station - +
08  chimney
0A  transformer; animation progress in m1 bits 5..2 (valid range 0..7)
0A  transformer; animation progress in m3(valid range 0..7)
0B..0F  sawmill @@ -460,7 +460,7 @@ Industry tile 1D..20  oil wells - +
1D  not animated
1E..20  various stages of animation; progress of animation in m1 bits 1..0
1E..20  various stages of animation; progress of animation in m3
21..26  farm @@ -469,7 +469,7 @@ Industry tile 2F..33  copper ore mine - +
2F  wheel tower when not animated
30  wheel tower when animated; animation state in m1 bits 5..0; m1 bit 6 set = sound already generated
30  wheel tower when animated; animation state in m3 bits 5..0; m3 bit 6 set = sound already generated
31  chimney
@@ -480,7 +480,7 @@ Industry tile 48..58  gold mine - +
4F  wheel tower when not animated
58  wheel tower when animated; animation state in m1 bits 5..0; m1 bit 6 set = sound already generated
58  wheel tower when animated; animation state in m3 bits 5..0; m3 bit 6 set = sound already generated
59..5A  bank (sub-arctic or sub-tropical climate) @@ -538,10 +538,10 @@ while the animation is in progress (see the array
  • m1 bits 1..0: stage of construction (3 = completed), incremented when the construction counter wraps around
    the meaning is different for some animated tiles which are never under construction (types 01, 1E..20, 30, 58; see above)
  • + -- cgit v1.2.3-54-g00ecf