hedgewars/uConsole.pas
changeset 622 cedd47d956ec
parent 614 0e04504bc140
child 626 a30171dbcd19
--- a/hedgewars/uConsole.pas	Sat Oct 20 17:27:06 2007 +0000
+++ b/hedgewars/uConsole.pas	Sun Oct 21 15:39:21 2007 +0000
@@ -289,6 +289,7 @@
 RegisterVariable('seed'    , vtCommand, @chSetSeed      , false);
 RegisterVariable('delay'   , vtLongInt, @cInactDelay    , false);
 RegisterVariable('casefreq', vtLongInt, @cCaseFactor    , false);
+RegisterVariable('landadds', vtLongInt, @cLandAdditions , false);
 RegisterVariable('c_height', vtLongInt, @cConsoleHeight , false);
 RegisterVariable('gmflags' , vtLongInt, @GameFlags      , false);
 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false);