diff -r a4a5ec6c61d4 -r ac6f6c95c23f hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Thu Apr 24 15:03:57 2008 +0000 +++ b/hedgewars/uConsole.pas Thu Apr 24 15:19:33 2008 +0000 @@ -36,7 +36,7 @@ implementation {$J+} uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, GL; + uRandom, uAmmos, uTriggers, GL, uSound; const cLineWidth: LongInt = 0; cLinesCount = 256;