--- a/hedgewars/uConsole.pas Fri Apr 16 12:41:06 2010 +0000
+++ b/hedgewars/uConsole.pas Fri Apr 16 14:37:28 2010 +0000
@@ -255,6 +255,10 @@
RegisterVariable('addhh' , vtCommand, @chAddHH , false);
RegisterVariable('hat' , vtCommand, @chSetHat , false);
RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false);
+ RegisterVariable('ammloadt', vtCommand, @chSetAmmoLoadout, false);
+ RegisterVariable('ammdelay', vtCommand, @chSetAmmoDelay, false);
+ RegisterVariable('ammprob', vtCommand, @chSetAmmoProbability, false);
+ RegisterVariable('ammreinf', vtCommand, @chSetAmmoReinforcement, false);
RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
RegisterVariable('quit' , vtCommand, @chQuit , true );
RegisterVariable('confirm' , vtCommand, @chConfirm , true );