added missing CAP_SDLAUDIO guard

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:09 +02:00
parent b4e700c455
commit b3020eb06d
+2
View File
@@ -268,7 +268,9 @@ int read_sound_args() {
return 0;
}
#if CAP_SDLAUDIO
auto ah_sound = addHook(hooks_args, 0, read_sound_args) + addHook(hooks_clear_cache, 0, reuse_music_memory);
#endif
#endif