--- a/hedgewars/uConsole.pas Mon Jan 08 18:21:40 2007 +0000
+++ b/hedgewars/uConsole.pas Mon Jan 08 20:51:22 2007 +0000
@@ -276,7 +276,7 @@
RegisterVariable('fort' , vtCommand, @chFort , false);
RegisterVariable('grave' , vtCommand, @chGrave , false);
RegisterVariable('bind' , vtCommand, @chBind , true );
-RegisterVariable('add' , vtCommand, @chAdd , false);
+RegisterVariable('addhh' , vtCommand, @chAddHH , false);
RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
RegisterVariable('skip' , vtCommand, @chSkip , false);
RegisterVariable('say' , vtCommand, @chSay , true );