From: Erik V. <ev...@us...> - 2009-11-23 18:32:55
|
Update of /cvsroot/rails/18xx/data/18AL In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv613/data/18AL Modified Files: Game.xml Log Message: Added new GameOption "LeaveAuctionOnPass" to 1830-style games Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18AL/Game.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Game.xml 3 Sep 2009 21:36:54 -0000 1.20 --- Game.xml 23 Nov 2009 18:32:47 -0000 1.21 *************** *** 5,8 **** --- 5,9 ---- <GameOption name="UnlimitedTopTrains" parm="4D" type="toggle" default="no"/> <GameOption name="Obsolete4Trains" type="toggle" default="yes"/> + <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> <OperatingRound class="rails.game.specific._18AL.OperatingRound_18AL"/> <ORUIManager class="rails.ui.swing.gamespecific._18AL.ORUIManager_18AL"/> |