From: Erik V. <ev...@us...> - 2009-10-31 17:08:38
|
Update of /cvsroot/rails/18xx/rails/game/action In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12071/rails/game/action Modified Files: UseSpecialProperty.java Log Message: More rationalising of static method usage Index: UseSpecialProperty.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/action/UseSpecialProperty.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UseSpecialProperty.java 4 Jun 2008 19:00:29 -0000 1.4 --- UseSpecialProperty.java 31 Oct 2009 17:08:27 -0000 1.5 *************** *** 64,69 **** if (specialPropertyId > 0) { ! specialProperty = ! (SpecialPropertyI) SpecialProperty.getByUniqueId(specialPropertyId); } } --- 64,68 ---- if (specialPropertyId > 0) { ! specialProperty = SpecialProperty.getByUniqueId(specialPropertyId); } } |