--- a/hedgewars/uConsole.pas Fri Sep 21 19:18:06 2007 +0000
+++ b/hedgewars/uConsole.pas Fri Sep 21 21:51:48 2007 +0000
@@ -295,6 +295,7 @@
RegisterVariable('grave' , vtCommand, @chGrave , false);
RegisterVariable('bind' , vtCommand, @chBind , true );
RegisterVariable('addhh' , vtCommand, @chAddHH , false);
+RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false);
RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
RegisterVariable('skip' , vtCommand, @chSkip , false);
RegisterVariable('say' , vtCommand, @chSay , true );