Update of /cvsroot/rails/18xx/data/1851
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16169/data/1851
Modified Files:
Game.xml
Log Message:
1851 revenue calculation support and removed configuration interface from offboard modifiers
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1851/Game.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Game.xml 21 Apr 2010 21:30:40 -0000 1.14
--- Game.xml 21 May 2010 16:30:32 -0000 1.15
***************
*** 103,105 ****
--- 103,108 ----
</Phase>
</Component>
+ <Component name="RevenueManager" class="rails.algorithms.RevenueManager">
+ <StaticModifier class="rails.game.specific._1851.OffBoardRevenueModifier" />
+ </Component>
</ComponentManager>
\ No newline at end of file
|