From: Stefan F. <ste...@us...> - 2010-05-23 18:10:52
|
Update of /cvsroot/rails/18xx/data/18Kaas In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23967/data/18Kaas 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/18Kaas/Game.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Game.xml 18 May 2010 04:12:22 -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._18Kaas.RuhrRevenueModifier" /> </Component> </ComponentManager> --- 104,108 ---- </Component> <Component name="RevenueManager" class="rails.algorithms.RevenueManager"> ! <Modifier class="rails.game.specific._18Kaas.RuhrRevenueModifier" /> </Component> </ComponentManager> |