diff --git a/Legacy/WestGate/ArcUSF.cs b/Legacy/WestGate/ArcUSF.cs index 73578987..df0d7235 100644 --- a/Legacy/WestGate/ArcUSF.cs +++ b/Legacy/WestGate/ArcUSF.cs @@ -39,7 +39,7 @@ namespace GameRes.Formats.WestGate public UsfOpener () { - Extensions = new string[] { "alh", "usf", "udc", "uwb" }; + Extensions = new string[] { "alh", "usf", "udc", "uwb", "arc" }; } public override ArcFile TryOpen (ArcView file)