hedgewars/uConsole.pas
changeset 1821 6b6cf3389f92
parent 1797 fedd8649fdd9
child 1850 a0332e79fdc9
--- a/hedgewars/uConsole.pas	Sat Feb 21 14:40:35 2009 +0000
+++ b/hedgewars/uConsole.pas	Sat Feb 21 14:43:40 2009 +0000
@@ -260,6 +260,7 @@
 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
 RegisterVariable('history' , vtCommand, @chHistory      , true );
 RegisterVariable('chat'    , vtCommand, @chChat         , true );
+RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
 RegisterVariable('say'     , vtCommand, @chSay          , true );
 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);