removed some redundant comments
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@907 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -130,7 +130,6 @@ StopStream (uint32 source)
|
|||||||
void
|
void
|
||||||
PauseStream (uint32 source)
|
PauseStream (uint32 source)
|
||||||
{
|
{
|
||||||
// TODO: how to handle start_time
|
|
||||||
soundSource[source].stream_should_be_playing = FALSE;
|
soundSource[source].stream_should_be_playing = FALSE;
|
||||||
TFBSound_SourcePause (soundSource[source].handle);
|
TFBSound_SourcePause (soundSource[source].handle);
|
||||||
}
|
}
|
||||||
@@ -138,7 +137,6 @@ PauseStream (uint32 source)
|
|||||||
void
|
void
|
||||||
ResumeStream (uint32 source)
|
ResumeStream (uint32 source)
|
||||||
{
|
{
|
||||||
// TODO: how to handle start_time
|
|
||||||
soundSource[source].stream_should_be_playing = TRUE;
|
soundSource[source].stream_should_be_playing = TRUE;
|
||||||
TFBSound_SourcePlay (soundSource[source].handle);
|
TFBSound_SourcePlay (soundSource[source].handle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user