From: Erik V. <ev...@us...> - 2009-05-04 20:29:27
|
Update of /cvsroot/rails/18xx/rails/test In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29969/rails/test Modified Files: GameTest.java Log Message: 1856 CGR formation round Index: GameTest.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/test/GameTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GameTest.java 4 Jun 2008 19:00:41 -0000 1.3 --- GameTest.java 4 May 2009 20:29:14 -0000 1.4 *************** *** 32,36 **** /* Start the rails.game selector, which will do all the rest. */ ! new GameUIManager(); } } --- 32,37 ---- /* Start the rails.game selector, which will do all the rest. */ ! //new GameUIManager(); ! new GameSetupWindow(); } } |