--- a/hedgewars/uConsole.pas Sun Feb 03 17:02:20 2008 +0000
+++ b/hedgewars/uConsole.pas Tue Feb 05 17:53:38 2008 +0000
@@ -317,6 +317,7 @@
RegisterVariable('switch' , vtCommand, @chSwitch , false);
RegisterVariable('nextturn', vtCommand, @chNextTurn , false);
RegisterVariable('timer' , vtCommand, @chTimer , false);
+RegisterVariable('setweap' , vtCommand, @chSetWeapon , false);
RegisterVariable('slot' , vtCommand, @chSlot , false);
RegisterVariable('put' , vtCommand, @chPut , false);
RegisterVariable('ljump' , vtCommand, @chLJump , false);