From: Erik V. <ev...@us...> - 2010-01-14 20:58:02
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6075/rails/game Modified Files: SwitchableUIRound.java Log Message: Empties (may get redundant) Index: SwitchableUIRound.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/SwitchableUIRound.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SwitchableUIRound.java 4 May 2009 20:29:14 -0000 1.1 --- SwitchableUIRound.java 14 Jan 2010 20:57:51 -0000 1.2 *************** *** 6,15 **** * @author Erik Vos * ! */ public abstract class SwitchableUIRound extends Round { ! public SwitchableUIRound (GameManagerI gameManager) { super (gameManager); - setRoundTypeForUI(null); } --- 6,14 ---- * @author Erik Vos * ! */ public abstract class SwitchableUIRound extends Round { ! public SwitchableUIRound (GameManagerI gameManager) { super (gameManager); } |