Update of /cvsroot/rails/18xx/rails/game/specific/_1856
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20030/rails/game/specific/_1856
Modified Files:
OperatingRound_1856.java
Log Message:
Set GuiHints in resume to trigger rebuilding ORPanel
Index: OperatingRound_1856.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/OperatingRound_1856.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** OperatingRound_1856.java 6 Feb 2010 23:48:26 -0000 1.30
--- OperatingRound_1856.java 13 Mar 2010 18:41:25 -0000 1.31
***************
*** 466,469 ****
--- 466,470 ----
finalLoanRepaymentPending.set(false);
guiHints.setActivePanel(GuiDef.Panel.MAP);
+ guiHints.setCurrentRoundType(getClass());
if (!resetOperatingCompanies(mergingCompanies)) return;
|