From: <chr...@us...> - 2006-10-21 19:17:43
|
Revision: 566 http://svn.sourceforge.net/gridarta/?rev=566&view=rev Author: christianhujer Date: 2006-10-21 12:17:35 -0700 (Sat, 21 Oct 2006) Log Message: ----------- Fixed bug. Modified Paths: -------------- trunk/daimonin/src/daieditor/gameobject/anim/AnimationObjects.java Modified: trunk/daimonin/src/daieditor/gameobject/anim/AnimationObjects.java =================================================================== --- trunk/daimonin/src/daieditor/gameobject/anim/AnimationObjects.java 2006-10-21 17:47:27 UTC (rev 565) +++ trunk/daimonin/src/daieditor/gameobject/anim/AnimationObjects.java 2006-10-21 19:17:35 UTC (rev 566) @@ -152,7 +152,7 @@ animText.append(line).append('\n'); } } - if (!inAnim) { + if (inAnim) { throw new AnimationParseException("mina", null, lineNumber); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |