From: Erik V. <ev...@us...> - 2010-02-19 19:58:38
|
Update of /cvsroot/rails/18xx/data/1851 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17901/data/1851 Modified Files: Game.xml Log Message: Fixed BankBreaks finish value Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1851/Game.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Game.xml 31 Jan 2010 22:15:58 -0000 1.11 --- Game.xml 19 Feb 2010 19:58:23 -0000 1.12 *************** *** 14,18 **** <EndOfGame> <Bankruptcy/> ! <BankBreaks limit="0" finish="OR"/> <!-- 0 = "Runs out"; -1 = "broken" --> </EndOfGame> --- 14,18 ---- <EndOfGame> <Bankruptcy/> ! <BankBreaks limit="0" finish="CurrentOR"/> <!-- 0 = "Runs out"; -1 = "broken" --> </EndOfGame> |