diff --git a/nif.xml b/nif.xml index 33c3dc459aee3c69deb191cd7d1563b9beb70f37..feb107596dad138f1766e54247c29fc2dacab81d 100644 --- a/nif.xml +++ b/nif.xml @@ -6976,8 +6976,8 @@ <add name="VF5" type="byte" /> <add name="VF" type="VertexFlags" /> <add name="VF8" type="byte" /> - <add name="Num Triangles" suffix="FO4" type="uint" userver2="130" /> - <add name="Num Triangles" suffix="SSE" type="ushort" vercond="User Version 2 < 130" /> + <add name="Num Triangles" type="uint" userver2="130" /> + <add name="Num Triangles" type="ushort" vercond="User Version 2 < 130" /> <add name="Num Vertices" type="ushort" /> <add name="Data Size" type="uint" /> <add name="Vertex Data" type="BSVertexData" arr1="Num Vertices" arg="VF" cond="Data Size > 0" userver2="130" />