From: Freek D. <sf_...@ma...> - 2010-01-27 00:00:29
|
Another minor bug. The TileSet.xml of 18Kaas did contain the wrong attribute for yellow tiles: <Tile id="1" amount="1" /> <Tile id="2" amount="1" /> while the correct attribute is quantity: <Tile id="1" quantity="1" /> <Tile id="2" quantity="1" /> Attached is a patch for 18Kaas. A quick survey learned that this is the only place this is mixed up, but it does make me wonder why CompanyManager.xml and Game.xml use the attribute "amount", while TileSet.xml uses the attribute "quantity", to represent roughly the same thing. Should we change it? Regards, Freek |