mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:42:46 +08:00
YDR/YDD/XML conversion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user