Audio dat.rel to XML conversion

This commit is contained in:
dexy
2019-01-16 00:51:53 +11:00
Unverified
parent 2c5a907a8e
commit 179afd5794
13 changed files with 2008 additions and 242 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ namespace CodeWalker.Project.Panels
uint flags = 0;
if (uint.TryParse(Flags0TextBox.Text, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out flags))
{
if (CurrentRoom.Flags0.Value != flags)
if (CurrentRoom.Flags0 != flags)
{
CurrentRoom.Flags0 = flags;