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