From: Stefan F. <ste...@us...> - 2010-05-30 10:42:49
|
Update of /cvsroot/rails/18xx/data/18AL In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15333/data/18AL Modified Files: Game.xml Log Message: Added GameOptions for revenue calculation and route awareness Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18AL/Game.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Game.xml 26 May 2010 19:48:57 -0000 1.33 --- Game.xml 30 May 2010 10:42:39 -0000 1.34 *************** *** 3,6 **** --- 3,8 ---- <Component name="GameManager" class="rails.game.GameManager"> <Game name="18AL"/> + <GameOption name="RouteAwareness" values="Highlight,Deactivate" default="Deactivate" /> + <GameOption name="RevenueCalculation" values="Suggest,Deactivate" default="Deactivate" /> <GameOption name ="18ALOptimizeNamedTrains" default="no"/> <GameOption name="UnlimitedTopTrains" parm="4D" type="toggle" default="no"/> |