changeset 783 | 4f59db6f147d |
parent 780 | f45b0e513dfd |
child 793 | c4a790225799 |
--- 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;