From: <ev...@us...> - 2011-06-16 10:58:37
|
Revision: 1578 http://rails.svn.sourceforge.net/rails/?rev=1578&view=rev Author: evos Date: 2011-06-16 10:58:29 +0000 (Thu, 16 Jun 2011) Log Message: ----------- Fixed definition of tile -939 for 1830 Coalfields Modified Paths: -------------- trunk/18xx/data/1830/Tiles.xml Modified: trunk/18xx/data/1830/Tiles.xml =================================================================== --- trunk/18xx/data/1830/Tiles.xml 2011-06-15 11:12:05 UTC (rev 1577) +++ trunk/18xx/data/1830/Tiles.xml 2011-06-16 10:58:29 UTC (rev 1578) @@ -88,11 +88,12 @@ <Tile colour="red" id="-908" name="OM wide curve"> <Track from="side0" gauge="normal" to="side2"/> </Tile> - <Tile colour="red" id="-939" name="Goderich"> - <Track from="side3" gauge="normal" to="side1"/> - <Track from="side3" gauge="normal" to="side2"/> - <Track from="side2" gauge="normal" to="side1"/> - </Tile> + <Tile colour="red" id="-939" name="Goderich"> + <Station id="city1" position="0" slots="0" type="City" value="-1"/> + <Track from="side1" gauge="normal" to="city1"/> + <Track from="side2" gauge="normal" to="city1"/> + <Track from="side3" gauge="normal" to="city1"/> + </Tile> <Tile colour="fixed" id="-25007" name="Bournemouth"> <Station id="city1" position="0" slots="1" type="City" value="20"/> <Station id="city2" position="0" slots="1" type="City" value="20"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |