--- a/hedgewars/uConsole.pas Sun Nov 07 17:40:55 2010 -0500
+++ b/hedgewars/uConsole.pas Sun Nov 07 23:47:29 2010 +0100
@@ -245,7 +245,7 @@
RegisterVariable('explosives',vtLongInt,@cExplosives , false);
RegisterVariable('gmflags' , vtLongInt, @GameFlags , false);
RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false);
- RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false);
+ RegisterVariable('turntime', vtCommand, @chTurnTime , false);
RegisterVariable('minestime',vtLongInt, @cMinesTime , false);
RegisterVariable('fort' , vtCommand, @chFort , false);
RegisterVariable('voicepack',vtCommand, @chVoicepack , false);