changeset 10015 | 4feced261c68 |
parent 9998 | 736015b847e3 |
parent 9127 | e350500c4edb |
child 10108 | c68cf030eded |
--- a/hedgewars/uSound.pas Sun Jan 19 00:18:28 2014 +0400 +++ b/hedgewars/uSound.pas Tue Jan 21 22:38:13 2014 +0100 @@ -315,7 +315,7 @@ WriteLnToConsole(msgOK); Mix_AllocateChannels(Succ(chanTPU)); - ChangeVolume(cInitVolume); + ChangeVolume(cInitVolume); end; procedure ResetSound; @@ -452,7 +452,7 @@ i:= 0; while (i<High(VoiceList)) and (VoiceList[i].snd = sndNone) do inc(i); - + if (VoiceList[i].snd <> sndNone) then begin LastVoice.snd:= VoiceList[i].snd;