| 1302 | } |
| 1303 | |
| 1304 | void CSoundGen::SetSequencePlayPos(std::shared_ptr<const CSequence> pSequence, int Pos) { // // // |
| 1305 | if (pSequence == m_pSequencePlayPos) { |
| 1306 | m_iSequencePlayPos = Pos; |
| 1307 | m_iSequenceTimeout = 5; |
| 1308 | } |
| 1309 | } |
| 1310 | |
| 1311 | int CSoundGen::GetSequencePlayPos(std::shared_ptr<const CSequence> pSequence) // // // |
| 1312 | { |
no outgoing calls
no test coverage detected