diff -r 7e8a87136fae -r 1bd9a4eafbc3 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sun Jun 01 18:54:10 2008 +0000 +++ b/hedgewars/uConsole.pas Sun Jun 01 20:01:45 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 );