--- a/hedgewars/uConsole.pas Thu Nov 30 22:36:07 2006 +0000
+++ b/hedgewars/uConsole.pas Tue Dec 05 17:27:27 2006 +0000
@@ -33,7 +33,8 @@
implementation
{$J+}
-uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, uRandom;
+uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
+ uRandom, uAmmos;
const cLineWidth: integer = 0;
cLinesCount = 256;
@@ -276,6 +277,7 @@
RegisterVariable('grave' , vtCommand, @chGrave , false);
RegisterVariable('bind' , vtCommand, @chBind , true );
RegisterVariable('add' , vtCommand, @chAdd , false);
+RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
RegisterVariable('skip' , vtCommand, @chSkip , false);
RegisterVariable('say' , vtCommand, @chSay , true );
RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false);