Update of /cvsroot/rails/18xx/rails/ui/swing
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31728/rails/ui/swing
Modified Files:
GameUIManager.java
Log Message:
Change broken bank to state variable. Dialog handling changed to standard procedures.
Index: GameUIManager.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/ui/swing/GameUIManager.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** GameUIManager.java 8 Mar 2010 20:33:27 -0000 1.42
--- GameUIManager.java 14 Mar 2010 08:06:45 -0000 1.43
***************
*** 185,193 ****
return true;
! } else if (gameManager.getBank().isJustBroken()) {
!
! statusWindow.reportBankBroken();
!
! }
// Check in which round we are now,
--- 185,194 ----
return true;
! }
! // else if (gameManager.getBank().isJustBroken()) {
! //
! // statusWindow.reportBankBroken();
! //
! // }
// Check in which round we are now,
|