hedgewars/uConsole.pas
changeset 604 2f1165467a66
parent 589 f382c41f658a
child 605 2651c3fe4567
--- 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 );