End sound frame
| 697 | |
| 698 | // End sound frame |
| 699 | void lnxsound::SoundEndFrame() { |
| 700 | CheckForErrors(); // handles errors. |
| 701 | m_in_sound_frame = false; |
| 702 | } |
| 703 | |
| 704 | // Sound System Error Handler. |
| 705 | void lnxsound::CheckForErrors() { |
no outgoing calls
no test coverage detected