Update of /cvsroot/rails/18xx/data/18AL
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6251/data/18AL
Modified Files:
Game.xml
Log Message:
Changes structure of GameManager XML
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/18AL/Game.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Game.xml 23 Nov 2009 18:32:47 -0000 1.21
--- Game.xml 15 Jan 2010 19:53:55 -0000 1.22
***************
*** 6,13 ****
<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"/>
! <PlayerShareLimit percentage="60"/>
! <BankPoolLimit percentage="50"/>
<EndOfGame>
<Bankruptcy/>
--- 6,17 ----
<GameOption name="Obsolete4Trains" type="toggle" default="yes"/>
<GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/>
! <GameParameters>
! <OperatingRound class="rails.game.specific._18AL.OperatingRound_18AL"/>
! <PlayerShareLimit percentage="60"/>
! <BankPoolLimit percentage="50"/>
! </GameParameters>
! <GuiClasses>
! <ORUIManager class="rails.ui.swing.gamespecific._18AL.ORUIManager_18AL"/>
! </GuiClasses>
<EndOfGame>
<Bankruptcy/>
|