From: <ev...@us...> - 2010-09-20 21:32:38
|
Revision: 1430 http://rails.svn.sourceforge.net/rails/?rev=1430&view=rev Author: evos Date: 2010-09-20 21:32:32 +0000 (Mon, 20 Sep 2010) Log Message: ----------- Removed tile -10000 Modified Paths: -------------- trunk/18xx/data/1825/TileSet.xml trunk/18xx/data/1825/Tiles.xml Modified: trunk/18xx/data/1825/TileSet.xml =================================================================== --- trunk/18xx/data/1825/TileSet.xml 2010-09-20 21:31:16 UTC (rev 1429) +++ trunk/18xx/data/1825/TileSet.xml 2010-09-20 21:32:32 UTC (rev 1430) @@ -3,7 +3,7 @@ <Tile id="0"><!-- Empty space --> <Upgrade id="7,8,9"/> </Tile> - <Tile id="-10000"/><!-- Empty space, not upgradeable (for borders between units and kits) --> + <!--Tile id="-10000"/--><!-- Empty space, not upgradeable (for borders between units and kits) --> <Tile id="-1"><!-- 1 town --> <Upgrade id="3,4"/> </Tile> Modified: trunk/18xx/data/1825/Tiles.xml =================================================================== --- trunk/18xx/data/1825/Tiles.xml 2010-09-20 21:31:16 UTC (rev 1429) +++ trunk/18xx/data/1825/Tiles.xml 2010-09-20 21:32:32 UTC (rev 1430) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Tiles> <Tile colour="white" id="0" name="empty"/> - <Tile colour="white" id="-10000" name="empty"/> + <!--Tile colour="white" id="-10000" name="empty"/--> <Tile colour="white" id="-1" name="1 village"> <Station id="city1" position="002" type="Town"/> </Tile><Tile colour="white" id="-2" name="2 villages"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |