From: Erik V. <ev...@us...> - 2010-01-17 14:05:56
|
Update of /cvsroot/rails/18xx/data/18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25060/data/18EU Modified Files: Game.xml CompanyManager.xml Log Message: Moved <StockRoundRules> contents, misplaced in CompanyManager.xml, to existing <StockRound> element in Game.xml. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18EU/CompanyManager.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CompanyManager.xml 13 Dec 2009 21:12:12 -0000 1.12 --- CompanyManager.xml 17 Jan 2010 14:05:48 -0000 1.13 *************** *** 114,121 **** <Item name="15" type="Minor" basePrice="100"/> </StartPacket> - <StockRoundRules> - <!-- Will probably move later to a GameManager XML--> - <NoSaleInFirstSR/> - <NoSaleIfNotOperated/> - </StockRoundRules> </CompanyManager> --- 114,116 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18EU/Game.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Game.xml 15 Jan 2010 19:53:57 -0000 1.11 --- Game.xml 17 Jan 2010 14:05:48 -0000 1.12 *************** *** 8,12 **** <StockRound class="rails.game.specific._18EU.StockRound_18EU" sequence="sellBuy" ! skipFirst="yes"/> <OperatingRound class="rails.game.specific._18EU.OperatingRound_18EU"/> <PlayerShareLimit percentage="60"/> --- 8,15 ---- <StockRound class="rails.game.specific._18EU.StockRound_18EU" sequence="sellBuy" ! skipFirst="yes"> ! <NoSaleInFirstSR/> ! <NoSaleIfNotOperated/> ! </StockRound> <OperatingRound class="rails.game.specific._18EU.OperatingRound_18EU"/> <PlayerShareLimit percentage="60"/> |