From: Erik V. <ev...@us...> - 2010-01-17 14:05:56
|
Update of /cvsroot/rails/18xx/data/1835 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25060/data/1835 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/1835/CompanyManager.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** CompanyManager.xml 28 Oct 2008 21:01:34 -0000 1.21 --- CompanyManager.xml 17 Jan 2010 14:05:48 -0000 1.22 *************** *** 198,206 **** </Item> </StartPacket> - <StockRoundRules> - <!-- Will probably move later to a GameManager XML--> - <NoSaleInFirstSR/> - <NoSaleIfNotOperated/> - </StockRoundRules> <BaseTokens> <!-- Not sure if this belongs here --> --- 198,201 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/Game.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Game.xml 15 Jan 2010 19:53:57 -0000 1.20 --- Game.xml 17 Jan 2010 14:05:48 -0000 1.21 *************** *** 8,12 **** <BankPoolLimit percentage="50"/> <StockRound class="rails.game.specific._1835.StockRound_1835" ! sequence="SellBuySell"/> </GameParameters> <EndOfGame> --- 8,15 ---- <BankPoolLimit percentage="50"/> <StockRound class="rails.game.specific._1835.StockRound_1835" ! sequence="SellBuySell"> ! <NoSaleInFirstSR/> ! <NoSaleIfNotOperated/> ! </StockRound> </GameParameters> <EndOfGame> |