--- a/hedgewars/uCommands.pas Sun Nov 21 16:55:19 2010 +0300
+++ b/hedgewars/uCommands.pas Sun Nov 21 09:12:44 2010 -0500
@@ -150,6 +150,7 @@
RegisterVariable('waterrise', vtLongInt, @cWaterRise , false);
RegisterVariable('healthdec', vtLongInt, @cHealthDecrease, false);
RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false);
+ RegisterVariable('ropepct' , vtLongInt, @cRopePercent , false);
RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);
RegisterVariable('minesnum', vtLongInt, @cLandMines , false);
RegisterVariable('explosives',vtLongInt,@cExplosives , false);
@@ -234,4 +235,4 @@
end;
end;
-end.
\ No newline at end of file
+end.