louder
This commit is contained in:
parent
a93521e673
commit
c343f3cd0a
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ void initMusic(Mix_Chunk *music, const char *filename) {
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
Mix_VolumeChunk(music, MIX_MAX_VOLUME / 10);
|
|
||||||
Mix_SetPostMix(callback, NULL);
|
Mix_SetPostMix(callback, NULL);
|
||||||
|
|
||||||
if ((_channel = Mix_PlayChannel(-1, music, -1)) == -1) {
|
if ((_channel = Mix_PlayChannel(-1, music, -1)) == -1) {
|
||||||
|
|
Reference in a new issue