From: Erik V. <ev...@us...> - 2009-02-04 20:36:48
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4948/data/1856 Modified Files: Game.xml Log Message: CGR Formation round phase 1: repaying loans. Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Game.xml 15 Nov 2008 13:41:48 -0000 1.20 --- Game.xml 4 Feb 2009 20:36:39 -0000 1.21 *************** *** 1,9 **** <?xml version="1.0"?> <ComponentManager> ! <Component name="GameManager" class="rails.game.GameManager"> <Game name="1856"/> <StockRound class="rails.game.specific._1856.StockRound_1856" sequence="SellBuyOrBuySell"/> <OperatingRound class="rails.game.specific._1856.OperatingRound_1856"/> <PlayerShareLimit percentage="60"/> <BankPoolLimit percentage="50"/> --- 1,10 ---- <?xml version="1.0"?> <ComponentManager> ! <Component name="GameManager" class="rails.game.specific._1856.GameManager_1856"> <Game name="1856"/> <StockRound class="rails.game.specific._1856.StockRound_1856" sequence="SellBuyOrBuySell"/> <OperatingRound class="rails.game.specific._1856.OperatingRound_1856"/> + <StatusWindow class="rails.ui.swing.gamespecific._1856.StatusWindow_1856"/> <PlayerShareLimit percentage="60"/> <BankPoolLimit percentage="50"/> |