Fixed one bug causing music only to be played in the first race (see
1158 on 0.3rc1). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1159 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
893a0c2692
commit
f0236ddab0
@ -283,7 +283,6 @@ void MusicMikMod::update()
|
|||||||
fprintf(stderr,"Problems with mikmod:sourceQueueBuffers. Disabling music.\n");
|
fprintf(stderr,"Problems with mikmod:sourceQueueBuffers. Disabling music.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
user_config->setMusic(UserConfig::UC_TEMPORARY_DISABLE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for underrun
|
// check for underrun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user