| 1282 | } |
| 1283 | |
| 1284 | void CSoundGen::SetQueueFrame(unsigned Frame) |
| 1285 | { |
| 1286 | if (auto cursor = m_pSoundDriver->GetPlayerCursor()) |
| 1287 | cursor->QueueFrame(Frame); // // // |
| 1288 | } |
| 1289 | |
| 1290 | unsigned CSoundGen::GetQueueFrame() const |
| 1291 | { |
no test coverage detected