hedgewars/uConsole.pas
changeset 589 f382c41f658a
parent 546 0e7cc3fb05cd
child 604 2f1165467a66
--- a/hedgewars/uConsole.pas	Sat Sep 08 12:12:23 2007 +0000
+++ b/hedgewars/uConsole.pas	Sun Sep 09 14:53:28 2007 +0000
@@ -36,7 +36,7 @@
 implementation
 {$J+}
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
-     uRandom, uAmmos;
+     uRandom, uAmmos, uTriggers;
 const cLineWidth: LongInt = 0;
       cLinesCount = 256;
 
@@ -282,6 +282,7 @@
 RegisterVariable('capture' , vtCommand, @chCapture      , true );
 RegisterVariable('rotmask' , vtCommand, @chRotateMask   , true );
 RegisterVariable('addteam' , vtCommand, @chAddTeam      , false);
+RegisterVariable('addtrig' , vtCommand, @chAddTrigger   , false);
 RegisterVariable('rdriven' , vtCommand, @chTeamLocal    , false);
 RegisterVariable('map'     , vtCommand, @chSetMap       , false);
 RegisterVariable('theme'   , vtCommand, @chSetTheme     , false);