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

Method AbortLoading

CryEntitySystem/LipSync.cpp:240–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void CLipSync::AbortLoading()
241{
242#if !defined(LINUX64)
243 if (m_pReadStream!=NULL)
244#else
245 if (m_pReadStream!=0)
246#endif
247 {
248 //m_pLog->LogToFile("\006CLipSync(%p)::AbortLoading", this);
249 m_pReadStream->Abort();
250 m_pReadStream=NULL;
251 LoadFailed();
252 }
253}
254
255#define PUSH_DATA(_nIdx) \
256{ \

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.45

Tested by

no test coverage detected