hedgewars/uConsole.pas
changeset 991 d17c71ee074e
parent 988 cdff3f6f9b38
child 1022 f6a3fcb329ca
--- a/hedgewars/uConsole.pas	Wed Jun 11 21:00:58 2008 +0000
+++ b/hedgewars/uConsole.pas	Wed Jun 11 21:41:44 2008 +0000
@@ -242,6 +242,7 @@
 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
+RegisterVariable('history' , vtCommand, @chHistory      , true );
 RegisterVariable('chat'    , vtCommand, @chChat         , true );
 RegisterVariable('say'     , vtCommand, @chSay          , true );
 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);