diff -r b49d87499398 -r b62e567f17b9 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sun Mar 14 17:04:36 2010 +0000 +++ b/hedgewars/uConsole.pas Sun Mar 14 20:22:00 2010 +0000 @@ -38,7 +38,7 @@ implementation uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound, uVisualGears, uScript; + uRandom, uAmmos, uStats, uGame, uChat, SDLh, uSound, uVisualGears, uScript; const cLineWidth: LongInt = 0; cLinesCount = 256; @@ -230,7 +230,6 @@ 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);