Update of /cvsroot/rails/18xx/data/18EU
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv26538/data/18EU
Modified Files:
Game.xml
Log Message:
Added support for 18EU Pullman, introduced RevenueDynamicModifier
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/18EU/Game.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Game.xml 19 May 2010 20:14:13 -0000 1.22
--- Game.xml 20 May 2010 23:13:21 -0000 1.23
***************
*** 106,109 ****
--- 106,110 ----
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
<StaticModifier class="rails.game.specific._18EU.OffBoardRevenueModifier" />
+ <DynamicModifier class="rails.game.specific._18EU.PullmanRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
|