From: Erik V. <ev...@us...> - 2010-01-17 14:05:56
|
Update of /cvsroot/rails/18xx/data/1830 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25060/data/1830 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/1830/CompanyManager.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CompanyManager.xml 16 Jan 2010 21:16:16 -0000 1.28 --- CompanyManager.xml 17 Jan 2010 14:05:48 -0000 1.29 *************** *** 103,109 **** </Item> </StartPacket> - <StockRoundRules> - <!-- Will probably move later to a GameManager XML--> - <NoSaleInFirstSR/> - </StockRoundRules> </CompanyManager> --- 103,105 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/Game.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Game.xml 15 Jan 2010 19:53:57 -0000 1.26 --- Game.xml 17 Jan 2010 14:05:48 -0000 1.27 *************** *** 19,23 **** <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> ! <GameParameters> <PlayerShareLimit percentage="60"> <!-- Option "NumberOfPlayers" is automatically set --- 19,23 ---- <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> ! <GameParameters> <PlayerShareLimit percentage="60"> <!-- Option "NumberOfPlayers" is automatically set *************** *** 28,31 **** --- 28,34 ---- </PlayerShareLimit> <BankPoolLimit percentage="50"/> + <StockRound> + <NoSaleInFirstSR/> + </StockRound> </GameParameters> <EndOfGame> |