MCPcopy Create free account
hub / github.com/assaultcube/AC / lock

Method lock

source/src/openal.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void source::lock()
24{
25 locked = true;
26 DEBUG("source locked, " << lastmillis);
27}
28
29void source::unlock()
30{

Callers 1

newsourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected