diff -r ae428043da32 -r 6b6cf3389f92 hedgewars/uConsole.pas --- 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);