| 1268 | } |
| 1269 | |
| 1270 | int CSoundGen::GetPlayerTicks() const |
| 1271 | { |
| 1272 | if (const auto &cursor = m_pSoundDriver->GetPlayerCursor()) // // // |
| 1273 | return cursor->GetTotalTicks(); |
| 1274 | return 0; |
| 1275 | } |
| 1276 | |
| 1277 | void CSoundGen::MoveToFrame(int Frame) |
| 1278 | { |
no test coverage detected