From: Erik V. <ev...@us...> - 2009-11-23 18:32:57
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv613/data/1856 Modified Files: Game.xml Log Message: Added new GameOption "LeaveAuctionOnPass" to 1830-style games Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Game.xml 7 Oct 2009 21:03:36 -0000 1.26 --- Game.xml 23 Nov 2009 18:32:47 -0000 1.27 *************** *** 3,6 **** --- 3,7 ---- <Component name="GameManager" class="rails.game.specific._1856.GameManager_1856"> <Game name="1856"/> + <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> <StockRound class="rails.game.specific._1856.StockRound_1856" sequence="SellBuyOrBuySell"/> |