Update of /cvsroot/rails/18xx/rails/ui/swing
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14243/rails/ui/swing
Modified Files:
StatusWindow.java
Log Message:
Fixes to get excess train discard before prussion formation on buying the first 4-train in 1835.
And personalizing the Prussian formation prompts.
Index: StatusWindow.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/ui/swing/StatusWindow.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** StatusWindow.java 14 Mar 2010 13:10:15 -0000 1.40
--- StatusWindow.java 28 Mar 2010 20:14:19 -0000 1.41
***************
*** 663,666 ****
--- 663,670 ----
}
+ public Player getCurrentPlayer () {
+ return gameUIManager.getCurrentPlayer();
+ }
+
public void endOfGameReport() {
|