Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jul 10, 2021
1 parent 5e1468f commit 42b67a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenRA.Mods.Cnc/AudioLoaders/VocLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool ISoundLoader.TryParseSound(Stream stream, out ISoundFormat sound)
}
catch
{
// Not a (supported) WAV
// Not a (supported) VOC
}

sound = null;
Expand Down Expand Up @@ -352,7 +352,7 @@ int Read(byte[] buffer, int offset, int count)

public class VocStream : Stream
{
VocFormat format;
readonly VocFormat format;
public VocStream(VocFormat format)
{
this.format = format;
Expand Down

0 comments on commit 42b67a0

Please sign in to comment.