From: <chr...@us...> - 2006-08-15 15:21:35
|
Revision: 262 Author: christianhujer Date: 2006-08-15 08:21:30 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=262&view=rev Log Message: ----------- Added comment for bad code. Modified Paths: -------------- trunk/crossfire/src/cfeditor/arch/ArchObject.java Modified: trunk/crossfire/src/cfeditor/arch/ArchObject.java =================================================================== --- trunk/crossfire/src/cfeditor/arch/ArchObject.java 2006-08-15 15:21:16 UTC (rev 261) +++ trunk/crossfire/src/cfeditor/arch/ArchObject.java 2006-08-15 15:21:30 UTC (rev 262) @@ -1395,6 +1395,7 @@ * @param eventList JList from the MapArchPanel (script tab) which displays * the events * @param mapanel the MapArchPanel + * @XXX this method knows things it should never know, it is evil! */ public void modifyEventScript(final String eventType, final int task, final JList eventList, final CMapArchPanel mapanel) { if (script != null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |