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