diff -r f133a26e05dd -r caa9b08990eb hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sun Nov 07 17:48:21 2010 -0500 +++ b/hedgewars/uConsole.pas Sun Nov 07 18:35:21 2010 -0500 @@ -245,7 +245,7 @@ RegisterVariable('explosives',vtLongInt,@cExplosives , false); RegisterVariable('gmflags' , vtLongInt, @GameFlags , false); RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false); - RegisterVariable('turntime', vtCommand, @chTurnTime , false); + RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false); RegisterVariable('minestime',vtLongInt, @cMinesTime , false); RegisterVariable('fort' , vtCommand, @chFort , false); RegisterVariable('voicepack',vtCommand, @chVoicepack , false);