1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 02:29:10 +00:00

(svn r12746) -Codechange: Add map storage for station animation frame

This commit is contained in:
2008-04-17 06:52:56 +00:00
parent 9488db56d4
commit b2095f37ac
3 changed files with 14 additions and 1 deletions

View File

@@ -899,6 +899,7 @@
<li>m6 bits 5..3: the station type (rail, airport, truck, bus, oilrig, dock, buoy)</li>
<li>m6 bit 2: 1 when a drive through road stop is built over a town owned road, otherwise 0</li>
<li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li>
<li>m7: animation frame</li>
</ul>
</td>
</tr>