hedgewars/uConsole.pas
changeset 614 0e04504bc140
parent 605 2651c3fe4567
child 622 cedd47d956ec
--- 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);