hedgewars/uConsole.pas
changeset 2124 d39c61eaca15
parent 2042 905c554d62e6
child 2130 708758635955
--- a/hedgewars/uConsole.pas	Wed May 27 03:48:59 2009 +0000
+++ b/hedgewars/uConsole.pas	Wed May 27 03:52:07 2009 +0000
@@ -264,6 +264,7 @@
 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
 RegisterVariable('say'     , vtCommand, @chSay          , true );
 RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
+RegisterVariable('teamsay' , vtCommand, @chTeamSay      , true );
 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);