From: Erik V. <ev...@us...> - 2009-09-04 18:40:39
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27615/data/1856 Modified Files: CompanyManager.xml Log Message: Renamed PublicCompany_State to PublicCompany_CGR. Centralized CGR name there. Moved player limits to GameManager. Some method renaming. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/CompanyManager.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CompanyManager.xml 31 Aug 2009 22:32:52 -0000 1.28 --- CompanyManager.xml 4 Sep 2009 18:40:30 -0000 1.29 *************** *** 17,21 **** <!-- Number of loans is undefined and handled in the code --> </CompanyType> ! <CompanyType name="State" class="rails.game.specific._1856.PublicCompany_State"> <PoolPaysOut/> <ShareUnit percentage="5"/> --- 17,21 ---- <!-- Number of loans is undefined and handled in the code --> </CompanyType> ! <CompanyType name="State" class="rails.game.specific._1856.PublicCompany_CGR"> <PoolPaysOut/> <ShareUnit percentage="5"/> *************** *** 26,29 **** --- 26,30 ---- </BaseTokens> <Trains number="0,0,0,3"/> + <Options mustTradeTrainsAtFixedPrice="yes" canClose="no"/> </CompanyType> |