summaryrefslogtreecommitdiff
path: root/NW4RTools/ObjImporter.cs
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-25 15:58:41 +0100
committerTreeki <treeki@gmail.com>2011-03-25 15:58:41 +0100
commit6a3b743987ca132729845613bc2d043f75f0d9e5 (patch)
treec2ba640a169dd3ea8067431c4f2b811d14d35818 /NW4RTools/ObjImporter.cs
parentd1c9bf937e6efd59af45b3d38b9ba96ef927dade (diff)
downloadnw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.tar.gz
nw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.zip
a bit of crap
Diffstat (limited to '')
-rwxr-xr-xNW4RTools/ObjImporter.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/NW4RTools/ObjImporter.cs b/NW4RTools/ObjImporter.cs
index dc128ce..f00d0f6 100755
--- a/NW4RTools/ObjImporter.cs
+++ b/NW4RTools/ObjImporter.cs
@@ -639,7 +639,9 @@ namespace NW4RTools {
var context = new ShapeContext();
var shape = new Shape();
- shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0, 0, 0x14 };
+ shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0,
+ 0, 0x14 };
+ // 0x2e00 maybe?
shape.DataFlags = 0x2600;
shape.ExtraData = new ushort[0];