--- a/hedgewars/uCommandHandlers.pas Sat Mar 19 19:41:59 2011 -0400
+++ b/hedgewars/uCommandHandlers.pas Sat Mar 19 20:24:31 2011 -0400
@@ -602,6 +602,7 @@
RegisterVariable('healthdec', vtLongInt, @cHealthDecrease, false);
RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false);
RegisterVariable('ropepct' , vtLongInt, @cRopePercent , false);
+ RegisterVariable('getawaytime' , vtLongInt, @cGetAwayTime , false);
RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);
RegisterVariable('minesnum', vtLongInt, @cLandMines , false);
RegisterVariable('explosives',vtLongInt,@cExplosives , false);