MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / CanUseAmigaSound

Method CanUseAmigaSound

Source/Versions.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275bool sGameVersion::CanUseAmigaSound() const {
276 if (g_ResourceMan->FileExists(getDataPath() + "JON.INS"))
277 return true;
278 return false;
279}
280
281std::shared_ptr<cSound> sGameVersion::GetSound() const {
282

Callers 1

VersionSwitchMethod · 0.80

Calls 1

FileExistsMethod · 0.80

Tested by

no test coverage detected