- Made many performance improvements (using FindBugs).

- Ability of Chainer, Dementia Master shouldn't be castable from hand anymore, also added ability text.
This commit is contained in:
jendave
2011-08-06 03:12:56 +00:00
parent 11f3c223a5
commit eae967c56c
34 changed files with 329 additions and 259 deletions

View File

@@ -119,9 +119,9 @@ public class jlc
public boolean processArgs(String[] argv)
{
filename = null;
@SuppressWarnings("unused")
Crc16[] crc;
crc = new Crc16[1];
//Crc16[] crc;
//crc = new Crc16[1];
int i;
int argc = argv.length;