LAGonauta / MetaAudio

GoldSrc engine plugin for 3D sound
GNU General Public License v2.0
101 stars 13 forks source link

Hopefully fixed missing voices issue on Release mode. #18

Closed LAGonauta closed 4 years ago

LAGonauta commented 4 years ago

MetaAudio will now use std::ifstream when loading audio data by default, but will fallback to GoldSrc when the file is not found (so it can search inside pak files).

Hopefully fixes #16.