diff -r d43d031bd307 -r 7e8a87136fae hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sun Jun 01 18:37:30 2008 +0000 +++ b/hedgewars/uConsole.pas Sun Jun 01 18:54:10 2008 +0000 @@ -310,7 +310,7 @@ RegisterVariable('put' , vtCommand, @chPut , false); RegisterVariable('ljump' , vtCommand, @chLJump , false); RegisterVariable('hjump' , vtCommand, @chHJump , false); -RegisterVariable('fullscr' , vtCommand, @chFullScr , true ); +//RegisterVariable('fullscr' , vtCommand, @chFullScr , true ); RegisterVariable('+volup' , vtCommand, @chVol_p , true ); RegisterVariable('-volup' , vtCommand, @chVol_m , true ); RegisterVariable('+voldown', vtCommand, @chVol_m , true );