From: Erik V. <ev...@us...> - 2008-12-23 20:00:08
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27301/rails/game/specific/_1856 Modified Files: StockRound_1856.java Log Message: Apply new round initialisation logic Index: StockRound_1856.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/StockRound_1856.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** StockRound_1856.java 11 Dec 2008 20:12:30 -0000 1.6 --- StockRound_1856.java 23 Dec 2008 20:00:03 -0000 1.7 *************** *** 12,16 **** * */ ! public StockRound_1856 (GameManager aGameManager) { super (aGameManager); } --- 12,16 ---- * */ ! public StockRound_1856 (GameManagerI aGameManager) { super (aGameManager); } |