diff --git a/CodeWalker.Core/GameFiles/MetaTypes/XmlMeta.cs b/CodeWalker.Core/GameFiles/MetaTypes/XmlMeta.cs index f09b353..bc3ba05 100644 --- a/CodeWalker.Core/GameFiles/MetaTypes/XmlMeta.cs +++ b/CodeWalker.Core/GameFiles/MetaTypes/XmlMeta.cs @@ -735,6 +735,7 @@ namespace CodeWalker.GameFiles if (entry.EntryNameHash == enumName) { enumVal += (1 << entry.EntryValue); + break; } } } diff --git a/Todo.txt b/Todo.txt index 20139e1..ccf7e6a 100644 --- a/Todo.txt +++ b/Todo.txt @@ -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