forked from teamnwah/openmw-tes3coop
Windows-fix for gus
This commit is contained in:
parent
12e5c8d704
commit
590f9e83d8
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ using namespace Mangle::Sound;
|
|||
|
||||
// --- SampleSource ---
|
||||
|
||||
void AudiereSource::getInfo(int32_t *rate, int32_t *channels, int32_t *bits)
|
||||
void AudiereSource::getInfo(Mangle::Sound::int32_t *rate,
|
||||
Mangle::Sound::int32_t *channels, Mangle::Sound::int32_t *bits)
|
||||
{
|
||||
SampleFormat fmt;
|
||||
int channels_, rate_;
|
||||
|
|
Loading…
Reference in a new issue