hedgewars/uSound.pas
changeset 6898 344b0dbd9690
parent 6862 87e060b69926
child 6990 40e5af28d026
--- 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;