hedgewars/uConsole.pas
changeset 1654 9cfa6f23e767
parent 1639 89b536a3cf3c
child 1782 e7589e37a6d6
--- a/hedgewars/uConsole.pas	Mon Jan 12 18:51:37 2009 +0000
+++ b/hedgewars/uConsole.pas	Mon Jan 12 21:49:10 2009 +0000
@@ -35,7 +35,7 @@
 implementation
 {$J+}
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
-     uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh;
+     uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound;
 
 const cLineWidth: LongInt = 0;
       cLinesCount = 256;
@@ -243,6 +243,7 @@
 RegisterVariable('gmflags' , vtLongInt, @GameFlags      , false);
 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false);
 RegisterVariable('fort'    , vtCommand, @chFort         , false);
+RegisterVariable('voicepack',vtCommand, @chVoicepack    , false);
 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
 RegisterVariable('bind'    , vtCommand, @chBind         , true );
 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);