--- a/hedgewars/uConsole.pas Thu Jun 19 20:34:53 2008 +0000
+++ b/hedgewars/uConsole.pas Sun Jun 22 19:26:01 2008 +0000
@@ -218,7 +218,6 @@
initialization
InitConsole;
-RegisterVariable('quit' , vtCommand, @chQuit , true );
RegisterVariable('proto' , vtCommand, @chCheckProto , true );
RegisterVariable('capture' , vtCommand, @chCapture , true );
RegisterVariable('rotmask' , vtCommand, @chRotateMask , true );
@@ -239,6 +238,8 @@
RegisterVariable('addhh' , vtCommand, @chAddHH , false);
RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false);
RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
+RegisterVariable('quit' , vtCommand, @chQuit , true );
+RegisterVariable('confirm' , vtCommand, @chConfirm , true );
RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true );
RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true );
RegisterVariable('skip' , vtCommand, @chSkip , false);