hedgewars/uConsole.pas
changeset 969 7e8a87136fae
parent 950 feb18ec0c5c2
child 970 1bd9a4eafbc3
--- 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 );