changeset 3418 | 8545f646a40d |
parent 3202 | b470d7875f23 |
child 3529 | 0e968ba12a84 |
--- 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;