From: Stefan F. <ste...@us...> - 2010-05-30 10:42:49
|
Update of /cvsroot/rails/18xx/data/1835 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15333/data/1835 Modified Files: Game.xml Log Message: Added GameOptions for revenue calculation and route awareness Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/Game.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Game.xml 8 May 2010 14:23:21 -0000 1.32 --- Game.xml 30 May 2010 10:42:39 -0000 1.33 *************** *** 5,8 **** --- 5,10 ---- <Game name="1835"/> <GameOption name="Variant" values="Standard,Clemens,Snake"/> + <GameOption name="RouteAwareness" values="Highlight,Deactivate" default="Deactivate" /> + <GameOption name="RevenueCalculation" values="Suggest,Deactivate" default="Deactivate" /> <GameOption name="NoMapMode" type="toggle" default="no" /> <GameOption name="UnlimitedTiles" type="toggle" default="no"/> |