--- a/hedgewars/uConsole.pas Sat Jun 13 15:30:40 2009 +0000
+++ b/hedgewars/uConsole.pas Sat Jun 13 15:39:26 2009 +0000
@@ -258,6 +258,8 @@
RegisterVariable('confirm' , vtCommand, @chConfirm , true );
RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true );
RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true );
+RegisterVariable('zoomin' , vtCommand, @chZoomIn , true );
+RegisterVariable('zoomout' , vtCommand, @chZoomOut , true );
RegisterVariable('skip' , vtCommand, @chSkip , false);
RegisterVariable('history' , vtCommand, @chHistory , true );
RegisterVariable('chat' , vtCommand, @chChat , true );