hedgewars/uConsole.pas
changeset 2017 7845c77c8d31
parent 1895 7ba647a88b2f
child 2031 b6f3e56fb100
--- a/hedgewars/uConsole.pas	Sun Apr 26 15:47:03 2009 +0000
+++ b/hedgewars/uConsole.pas	Thu Apr 30 20:13:44 2009 +0000
@@ -262,6 +262,7 @@
 RegisterVariable('chat'    , vtCommand, @chChat         , true );
 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
 RegisterVariable('say'     , vtCommand, @chSay          , true );
+RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);