buildfix
This commit is contained in:
parent
b671f68e00
commit
449a33cf17
|
@ -510,7 +510,7 @@ static bool audio_mixer_play_mod(
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
voice->types.mod.buffer = mod_buffer;
|
voice->types.mod.buffer = (int*)mod_buffer;
|
||||||
voice->types.mod.buf_samples = buf_samples;
|
voice->types.mod.buf_samples = buf_samples;
|
||||||
voice->types.mod.stream = replay;
|
voice->types.mod.stream = replay;
|
||||||
voice->types.mod.position = 0;
|
voice->types.mod.position = 0;
|
||||||
|
|
Loading…
Reference in New Issue