diff -r e8d0b21efa82 -r 38a23771ee45 hedgewars/uCommandHandlers.pas --- 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 );