Added ChunkReader interface for reading item entries combined in one chunk and updated read methods for slot iff's and profession templates

This commit is contained in:
Waverunner
2015-07-17 18:43:41 -04:00
parent 8d80b64bf1
commit be19a7f9c1
8 changed files with 129 additions and 48 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public class SWGFile {
master = new IffNode("", true);
currentForm = master;
master.readBuffer(bb);
master.populateFromBuffer(bb);
type = master.getTag();
fileName = file.getAbsolutePath();
}