Update of /cvsroot/rails/18xx/data/18EU
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23967/data/18EU
Modified Files:
Game.xml
Log Message:
Minor refactoring of RevenueManager and added NetworkGraphModifier and BirminghamTileModifier for 1851
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/18EU/Game.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Game.xml 20 May 2010 23:13:21 -0000 1.23
--- Game.xml 23 May 2010 18:10:44 -0000 1.24
***************
*** 105,110 ****
</Component>
<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
--- 105,110 ----
</Component>
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
! <Modifier class="rails.game.specific._18EU.OffBoardRevenueModifier" />
! <Modifier class="rails.game.specific._18EU.PullmanRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
|