From: Erik V. <ev...@us...> - 2010-01-17 14:05:56
|
Update of /cvsroot/rails/18xx/data/18AL In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25060/data/18AL 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/18AL/CompanyManager.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** CompanyManager.xml 26 Oct 2008 20:37:21 -0000 1.24 --- CompanyManager.xml 17 Jan 2010 14:05:47 -0000 1.25 *************** *** 93,99 **** <Item name="NDY" type="Private" basePrice="120"/> </StartPacket> - <StockRoundRules> - <!-- Will probably move later to a GameManager XML--> - <NoSaleInFirstSR/> - </StockRoundRules> </CompanyManager> \ No newline at end of file --- 93,95 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18AL/Game.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Game.xml 15 Jan 2010 19:53:55 -0000 1.22 --- Game.xml 17 Jan 2010 14:05:47 -0000 1.23 *************** *** 10,13 **** --- 10,16 ---- <PlayerShareLimit percentage="60"/> <BankPoolLimit percentage="50"/> + <StockRound> + <NoSaleInFirstSR/> + </StockRound> </GameParameters> <GuiClasses> |