diff -r b2e61fc49e5d -r f382c41f658a hedgewars/uConsole.pas --- 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);