Fix CA1052
This commit is contained in:
@@ -15,7 +15,7 @@ using System;
|
||||
|
||||
namespace OpenRA.Mods.Common.FileFormats
|
||||
{
|
||||
public class WestwoodCompressedReader
|
||||
public static class WestwoodCompressedReader
|
||||
{
|
||||
static readonly int[] AudWsStepTable2 = { -2, -1, 0, 1 };
|
||||
static readonly int[] AudWsStepTable4 = { -9, -8, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 8 };
|
||||
|
||||
Reference in New Issue
Block a user