From: Erik V. <ev...@us...> - 2010-01-18 18:43:54
|
Update of /cvsroot/rails/18xx/data/18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21101/data/18EU Modified Files: Game.xml Log Message: Fixed bug in phases definition Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18EU/Game.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Game.xml 17 Jan 2010 14:05:48 -0000 1.12 --- Game.xml 18 Jan 2010 18:43:36 -0000 1.13 *************** *** 99,106 **** <Tiles colour="yellow,green,brown"/> </Phase> ! <Phase name="7"> ! <Tiles colour="yellow,green,brown"/> ! </Phase> ! <Phase name="4D"> <Tiles colour="yellow,green,brown,grey"/> </Phase> --- 99,103 ---- <Tiles colour="yellow,green,brown"/> </Phase> ! <Phase name="8"> <Tiles colour="yellow,green,brown,grey"/> </Phase> |