Fix StyleCop warnings in OpenRA.Game
This commit is contained in:
@@ -142,9 +142,9 @@ namespace OpenRA.FileFormats
|
||||
}
|
||||
} while (len != 0);
|
||||
}
|
||||
// literal value
|
||||
else
|
||||
{
|
||||
// literal value
|
||||
var symbol = EncodedLiterals ? Decode(litcode, br) : br.ReadBits(8);
|
||||
outBuffer[next++] = (byte)symbol;
|
||||
if (next == MAXWIN)
|
||||
|
||||
Reference in New Issue
Block a user