--- a/hedgewars/uConsole.pas Fri Jun 27 17:22:15 2008 +0000
+++ b/hedgewars/uConsole.pas Fri Jun 27 17:45:35 2008 +0000
@@ -260,6 +260,7 @@
RegisterVariable('switch' , vtCommand, @chSwitch , false);
RegisterVariable('nextturn', vtCommand, @chNextTurn , false);
RegisterVariable('timer' , vtCommand, @chTimer , false);
+RegisterVariable('taunt' , vtCommand, @chTaunt , false);
RegisterVariable('setweap' , vtCommand, @chSetWeapon , false);
RegisterVariable('slot' , vtCommand, @chSlot , false);
RegisterVariable('put' , vtCommand, @chPut , false);