--- 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);