[Structs] Make sure RemExt is copied

This commit is contained in:
Matt Nadareski
2016-09-12 14:57:51 -07:00
parent 254495c5fc
commit 225a889840

View File

@@ -373,6 +373,7 @@ namespace SabreTools.Helper
Quotes = this.Quotes,
RepExt = this.RepExt,
AddExt = this.AddExt,
RemExt = this.RemExt,
GameName = this.GameName,
Romba = this.Romba,
XSV = this.XSV,
@@ -416,6 +417,7 @@ namespace SabreTools.Helper
Quotes = this.Quotes,
RepExt = this.RepExt,
AddExt = this.AddExt,
RemExt = this.RemExt,
GameName = this.GameName,
Romba = this.Romba,
XSV = this.XSV,