From: Erik V. <ev...@us...> - 2010-02-23 21:08:11
|
Update of /cvsroot/rails/18xx/rails/ui/swing/gamespecific/_18AL In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19449/rails/ui/swing/gamespecific/_18AL Modified Files: ORUIManager_18AL.java Log Message: Removed redundant (duplicate) Special menu assignment Index: ORUIManager_18AL.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/gamespecific/_18AL/ORUIManager_18AL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ORUIManager_18AL.java 4 Jun 2008 19:00:40 -0000 1.2 --- ORUIManager_18AL.java 23 Feb 2010 21:08:03 -0000 1.3 *************** *** 9,12 **** --- 9,13 ---- public class ORUIManager_18AL extends ORUIManager { + /* @Override protected void checkForGameSpecificActions() { *************** *** 21,24 **** --- 22,26 ---- } } + */ protected boolean processGameSpecificActions(List<PossibleAction> actions) { |