diff -r 27ff4a6375dd -r 8545f646a40d hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue May 04 03:04:07 2010 +0000 +++ b/hedgewars/uSound.pas Tue May 04 15:43:31 2010 +0000 @@ -54,7 +54,7 @@ implementation uses uMisc, uConsole; -const chanTPU = 12; +const chanTPU = 32; var Volume: LongInt; lastChan: array [TSound] of LongInt; voicepacks: array[0..cMaxTeams] of TVoicepack;