--- a/hedgewars/uCommands.pas Sun Nov 21 12:11:50 2010 -0500
+++ b/hedgewars/uCommands.pas Sun Nov 21 13:13:42 2010 -0500
@@ -146,6 +146,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);
@@ -214,4 +215,4 @@
end;
end;
-end.
\ No newline at end of file
+end.