Update of /cvsroot/rails/18xx/data/1851
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23967/data/1851
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/1851/Game.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Game.xml 21 May 2010 16:30:32 -0000 1.15
--- Game.xml 23 May 2010 18:10:44 -0000 1.16
***************
*** 104,108 ****
</Component>
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
! <StaticModifier class="rails.game.specific._1851.OffBoardRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
--- 104,108 ----
</Component>
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
! <Modifier class="rails.game.specific._1851.OffBoardRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
|