hedgewars/uCommandHandlers.pas
changeset 7403 e8d0b21efa82
parent 7389 15c3fb4882df
child 7404 38a23771ee45
--- a/hedgewars/uCommandHandlers.pas	Fri Jul 20 09:09:17 2012 +0400
+++ b/hedgewars/uCommandHandlers.pas	Fri Jul 20 12:25:53 2012 +0100
@@ -856,7 +856,7 @@
     RegisterVariable('-volup'  , @chVol_m        , true );
     RegisterVariable('+voldown', @chVol_m        , true );
     RegisterVariable('-voldown', @chVol_p        , true );
-    RegisterVariable('findhh'  , @chFindhh       , true );
+	RegisterVariable('findhh'  , @chFindhh       , true );
     RegisterVariable('pause'   , @chPause        , true );
     RegisterVariable('+cur_u'  , @chCurU_p       , true );
     RegisterVariable('-cur_u'  , @chCurU_m       , true );