-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Comments should be added to WzDirectory.cs. For example, what does the
following lines of code do? I have been trying for 5 hours to work out what
this does, but to no avail.
if (type == 1) //01 XX 00 00 00 00 00 OFFSET (4 bytes)
{
int unknown = reader.ReadInt32();
reader.ReadInt16();
uint offs = reader.ReadOffset();
continue;
}
Original issue reported on code.google.com by email.ga...@gmail.com on 19 Oct 2011 at 6:25
Reactions are currently unavailable