Update of /cvsroot/rails/18xx/data/18AL
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23967/data/18AL
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/18AL/Game.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Game.xml 20 May 2010 19:57:01 -0000 1.30
--- Game.xml 23 May 2010 18:10:44 -0000 1.31
***************
*** 105,109 ****
</Component>
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
! <StaticModifier class="rails.game.specific._18AL.NamedTrainRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
--- 105,109 ----
</Component>
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
! <Modifier class="rails.game.specific._18AL.NamedTrainRevenueModifier" />
</Component>
</ComponentManager>
\ No newline at end of file
|