--- 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...');