From: Brett L. <wak...@us...> - 2010-01-23 23:02:13
|
Update of /cvsroot/rails/18xx/data/1851 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22668/data/1851 Modified Files: Game.xml Log Message: Add unlimited tiles option back in. Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1851/Game.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Game.xml 23 Jan 2010 17:04:54 -0000 1.9 --- Game.xml 23 Jan 2010 23:02:06 -0000 1.10 *************** *** 3,6 **** --- 3,7 ---- <Component name="GameManager" class="rails.game.GameManager"> <Game name="1851"/> + <GameOption name="UnlimitedTiles" type="toggle" default="no"/> <GameParameters> <PlayerShareLimit percentage="60"/> |