hedgewars/uCommandHandlers.pas
changeset 7404 38a23771ee45
parent 7403 e8d0b21efa82
child 7407 c1ade666c124
--- a/hedgewars/uCommandHandlers.pas	Fri Jul 20 12:25:53 2012 +0100
+++ b/hedgewars/uCommandHandlers.pas	Fri Jul 20 15:39:13 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 );