hedgewars/uSound.pas
changeset 2211 288360b78f30
parent 2210 1cb7118a77dd
child 2212 6b5da1a2765a
--- 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...');