--- 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);