stops song, cold.
| 586 | |
| 587 | // stops song, cold. |
| 588 | void OutrageMusicSeq::StopSong() { |
| 589 | if (m_active_song) { |
| 590 | m_active_song = NULL; |
| 591 | m_playing_song = NULL; |
| 592 | } |
| 593 | m_strm[m_dominant_strm].m_stream.Close(); |
| 594 | } |
| 595 | |
| 596 | // pauses |
| 597 | void OutrageMusicSeq::Pause() { |