Skip to content

Commit

Permalink
ushort entryCount, not uint
Browse files Browse the repository at this point in the history
Constributed by @ngoedde

I have this correct in code, I don't know how this slips into the documents all time.
  • Loading branch information
DummkopfOfHachtenduden committed May 29, 2016
1 parent 5b5debe commit 16328c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formats/JMXVNVM 1000.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
12 char[] Header //JMXVNVM 1000

//NavigationEntries
4 uint entryCount
2 ushort entryCount
for (int entryIndex = 0; entryIndex < entryCount; entryIndex++)
{
4 uint ID
Expand Down Expand Up @@ -83,4 +83,4 @@ 2 ushort w4 //TextureID
for (int i = 0; i < 97 * 97; i++)
{
4 float Height
}
}

0 comments on commit 16328c5

Please sign in to comment.