Update of /cvsroot/rails/18xx/rails/game/specific/_1856
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30179/rails/game/specific/_1856
Modified Files:
CGRFormationRound.java
Log Message:
Split start round and starting player messages
Index: CGRFormationRound.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/CGRFormationRound.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** CGRFormationRound.java 31 Jan 2010 22:22:32 -0000 1.32
--- CGRFormationRound.java 16 Feb 2010 20:19:47 -0000 1.33
***************
*** 66,71 ****
ReportBuffer.add(LocalText.getText("StartFormationRound",
! cgrName,
! startingPlayer.getName()));
guiHints.setCurrentRoundType(getClass());
--- 66,71 ----
ReportBuffer.add(LocalText.getText("StartFormationRound",
! cgrName));
! ReportBuffer.add(LocalText.getText("StartingPlayer", startingPlayer.getName()));
guiHints.setCurrentRoundType(getClass());
|