MCPcopy Create free account
hub / github.com/demoth/jake2 / CloseDoor

Method CloseDoor

client/src/main/java/jake2/client/CDAudio.java:272–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 }
271
272 private static void CloseDoor() {
273 if (cdfile == -1 || enabled == false)
274 return;
275 // do nothing
276 Com.DPrintf("CD Audio (MP3s) CloseDoor\n");
277 }
278
279 private static int GetAudioDiskInfo() {
280 cdValid = false;

Callers 1

CD_fMethod · 0.95

Calls 1

DPrintfMethod · 0.95

Tested by

no test coverage detected