hedgewars/uConsole.pas
changeset 2162 2bce91404d49
parent 2130 708758635955
child 2379 d62b1f224982
--- 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 );