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