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