MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / Seek0

Method Seek0

CrySoundSystem/PCMDecoder.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool CPCMDecoderInstance::Seek0(int nDelay)
154{
155 m_nPos=-nDelay;
156 m_bCopyFromLastFrame = false;
157 return SeekBytes(m_pDecoder->m_FileInfo.nHeaderSize);
158}
159
160int CPCMDecoderInstance::GetPos()
161{

Callers 2

StreamingCallbackMethod · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected