hedgewars/uConsole.pas
changeset 2855 7e6adeb57427
parent 2786 85f6425a4d74
child 2882 b9aceb3fe3d6
--- a/hedgewars/uConsole.pas	Tue Feb 23 23:54:38 2010 +0000
+++ b/hedgewars/uConsole.pas	Wed Feb 24 01:55:59 2010 +0000
@@ -267,7 +267,7 @@
 	RegisterVariable('say'     , vtCommand, @chSay          , true );
 	RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
 	RegisterVariable('team'    , vtCommand, @chTeamSay      , true );
-	RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
+	RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , true);
 	RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
 	RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
 	RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);