From: Erik V. <ev...@us...> - 2010-03-21 17:44:00
|
Update of /cvsroot/rails/18xx/data/1830 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28644/data/1830 Modified Files: Game.xml CompanyManager.xml Log Message: 1835 Prussian formation & some consequential changes Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/CompanyManager.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** CompanyManager.xml 20 Feb 2010 23:06:38 -0000 1.35 --- CompanyManager.xml 21 Mar 2010 17:43:50 -0000 1.36 *************** *** 2,5 **** --- 2,8 ---- <CompanyManager> <CompanyType name="Private" class="rails.game.PrivateCompany"> + <ClosingConditions> + <Phase>5</Phase> + </ClosingConditions> </CompanyType> <CompanyType name="Public" class="rails.game.PublicCompany"> Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/Game.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Game.xml 16 Feb 2010 20:11:28 -0000 1.33 --- Game.xml 21 Mar 2010 17:43:50 -0000 1.34 *************** *** 122,126 **** <Phase name="5"> <Tiles colour="yellow,green,brown"/> ! <Privates close="yes"/> <OperatingRounds number="3"/> <OffBoardRevenue step="2"/> --- 122,126 ---- <Phase name="5"> <Tiles colour="yellow,green,brown"/> ! <!--Privates close="yes"/--> <OperatingRounds number="3"/> <OffBoardRevenue step="2"/> |