diff -r a9126661f613 -r 344b0dbd9690 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Fri Apr 20 23:03:20 2012 +0400 +++ b/hedgewars/uSound.pas Sat Apr 21 19:51:13 2012 +0400 @@ -543,7 +543,7 @@ procedure initModule; begin - RegisterVariable('voicepack', vtCommand, @chVoicepack, false); + RegisterVariable('voicepack', @chVoicepack, false); MusicFN:=''; end;