diff -r 1cb7118a77dd -r 288360b78f30 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Mon Jun 29 03:47:39 2009 +0000 +++ b/hedgewars/uSound.pas Mon Jun 29 20:01:05 2009 +0000 @@ -97,7 +97,7 @@ end; procedure InitSound; -const numSounds = 200; +const numSounds = 80; begin if not isSoundEnabled then exit; WriteToConsole('Init OpenAL sound...');