diff -r e2d2b84aa776 -r 4f59db6f147d hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Feb 03 17:02:20 2008 +0000 +++ b/hedgewars/uWorld.pas Tue Feb 05 17:53:38 2008 +0000 @@ -38,7 +38,7 @@ Frames: Longword = 0; implementation -uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL; +uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL, uAmmos; const FPS: Longword = 0; CountTicks: Longword = 0; SoundTimerTicks: Longword = 0;