StyleCop
This commit is contained in:
@@ -210,7 +210,7 @@ namespace OpenRA
|
|||||||
AL.GetSource(key, ALGetSourcei.SourceState, out state);
|
AL.GetSource(key, ALGetSourcei.SourceState, out state);
|
||||||
if (state == (int)ALSourceState.Playing && paused)
|
if (state == (int)ALSourceState.Playing && paused)
|
||||||
AL.SourcePause(key);
|
AL.SourcePause(key);
|
||||||
else if (state == (int)ALSourceState.Paused && !paused)
|
else if (state == (int)ALSourceState.Paused && !paused)
|
||||||
AL.SourcePlay(key);
|
AL.SourcePlay(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -222,7 +222,7 @@ namespace OpenRA
|
|||||||
AL.GetSource(key, ALGetSourcei.SourceState, out state);
|
AL.GetSource(key, ALGetSourcei.SourceState, out state);
|
||||||
if (state == (int)ALSourceState.Playing && paused)
|
if (state == (int)ALSourceState.Playing && paused)
|
||||||
AL.SourcePause(key);
|
AL.SourcePause(key);
|
||||||
else if (state == (int)ALSourceState.Paused && !paused)
|
else if (state == (int)ALSourceState.Paused && !paused)
|
||||||
AL.SourcePlay(key);
|
AL.SourcePlay(key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user