--- a/hedgewars/uConsole.pas Thu Sep 27 16:55:49 2007 +0000
+++ b/hedgewars/uConsole.pas Sat Sep 29 16:39:21 2007 +0000
@@ -287,6 +287,8 @@
RegisterVariable('map' , vtCommand, @chSetMap , false);
RegisterVariable('theme' , vtCommand, @chSetTheme , false);
RegisterVariable('seed' , vtCommand, @chSetSeed , false);
+RegisterVariable('delay' , vtLongInt, @cInactDelay , false);
+RegisterVariable('casefreq', vtLongInt, @cCaseFactor , false);
RegisterVariable('c_height', vtLongInt, @cConsoleHeight , false);
RegisterVariable('gmflags' , vtLongInt, @GameFlags , false);
RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false);