hedgewars/uConsole.pas
changeset 2379 d62b1f224982
parent 2162 2bce91404d49
child 2428 6800f8aa0184
--- a/hedgewars/uConsole.pas	Thu Sep 10 15:35:34 2009 +0000
+++ b/hedgewars/uConsole.pas	Thu Sep 10 18:50:53 2009 +0000
@@ -260,6 +260,7 @@
 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
 RegisterVariable('zoomin'  , vtCommand, @chZoomIn       , true );
 RegisterVariable('zoomout' , vtCommand, @chZoomOut      , true );
+RegisterVariable('zoomreset',vtCommand, @chZoomReset    , true );
 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
 RegisterVariable('history' , vtCommand, @chHistory      , true );
 RegisterVariable('chat'    , vtCommand, @chChat         , true );