audio speed argument bug.
This commit is contained in:
parent
4ca649c2b7
commit
032801f3e8
@ -1114,7 +1114,7 @@ bool VirusAttack::OnUserUpdate(float fElapsedTime){
|
||||
switch(audioMode){
|
||||
case 0:{
|
||||
AL.bMusicOn=AL.bSoundOn=true;
|
||||
bgm_handle=bgm->PlayCentered(bgm_handle);
|
||||
bgm_handle=bgm->PlayCentered();
|
||||
audioToggleButton->sText="Audio: On";
|
||||
}break;
|
||||
case 1:{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user