YDR/YDD/XML conversion

This commit is contained in:
dexy
2020-01-20 02:08:04 +11:00
Unverified
parent 9ed308df7a
commit bec16ea42d
14 changed files with 1213 additions and 437 deletions
+1 -1
View File
@@ -4264,7 +4264,7 @@ namespace CodeWalker.GameFiles
if (((vd.Flags >> i) & 1) == 1)
{
string typestr = "Unknown";
uint type = (uint)((vd.Types >> (4 * i)) & 0xF);
uint type = (uint)(((ulong)vd.Types >> (4 * i)) & 0xF);
switch (type)
{
case 0: typestr = "ushort"; break;// Data[i] = new ushort[1 * count]; break;