This commit is contained in:
dexyfex 2018-05-01 15:11:08 +10:00
parent 6ae802a910
commit a56e87d64a
2 changed files with 7 additions and 0 deletions

View File

@ -735,6 +735,7 @@ namespace CodeWalker.GameFiles
if (entry.EntryNameHash == enumName)
{
enumVal += (1 << entry.EntryValue);
break;
}
}
}

View File

@ -99,6 +99,12 @@ Audio stuff - do more work on .rel format (see https://github.com/CamxxCore/Rag
done:
[v.30]
Bug fixes for XML/Meta conversion
Collision meshes now using R* colours
Vehicle rendering improvements
[v.29]
Nav mesh editing (YNV) - polys, points, portals
New Project Window