diff -r 373353eaa742 -r a30171dbcd19 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sat Dec 01 12:38:15 2007 +0000 +++ b/hedgewars/uConsole.pas Sun Dec 02 17:29:20 2007 +0000 @@ -299,6 +299,8 @@ RegisterVariable('addhh' , vtCommand, @chAddHH , false); RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false); RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false); +RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); +RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); RegisterVariable('skip' , vtCommand, @chSkip , false); RegisterVariable('say' , vtCommand, @chSay , true ); RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false);