From 4513009ea4058797f102416c00d9ead8331c2922 Mon Sep 17 00:00:00 2001
From: jonwd7 <jon.wd7@gmail.com>
Date: Sat, 7 Oct 2017 06:58:17 -0400
Subject: [PATCH] Removed unnecessary suffix usage missed in 254893b

nifdocsys will cast duplicate names as long as the types are integral and the largest type is first.
---
 nif.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nif.xml b/nif.xml
index 33c3dc4..feb1075 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 &lt; 130" />
+        <add name="Num Triangles" type="uint" userver2="130" />
+        <add name="Num Triangles" type="ushort" vercond="User Version 2 &lt; 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 &gt; 0" userver2="130" />
-- 
GitLab