Update of /cvsroot/rails/18xx/rails/game/specific/_18EU
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18129/rails/game/specific/_18EU
Modified Files:
StartRound_18EU.java
Log Message:
Dead code removal
Index: StartRound_18EU.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StartRound_18EU.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StartRound_18EU.java 7 Oct 2009 19:00:39 -0000 1.8
--- StartRound_18EU.java 7 Oct 2009 21:03:36 -0000 1.9
***************
*** 309,315 ****
Bank.format(currentBuyPrice.intValue()) ));
setStep(BUY_STEP);
! //if (auctionedItem.getStatus() != StartItem.BUYABLE) {
! // auctionedItem.setStatus(StartItem.BUYABLE);
! //}
if (currentBuyPrice.intValue() == 0) {
// Forced buy
--- 309,313 ----
Bank.format(currentBuyPrice.intValue()) ));
setStep(BUY_STEP);
!
if (currentBuyPrice.intValue() == 0) {
// Forced buy
|