hedgewars/uConsole.pas
changeset 2379 d62b1f224982
parent 2162 2bce91404d49
child 2428 6800f8aa0184
equal deleted inserted replaced
2378:66fcb4d62a53 2379:d62b1f224982
   258 RegisterVariable('confirm' , vtCommand, @chConfirm      , true );
   258 RegisterVariable('confirm' , vtCommand, @chConfirm      , true );
   259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   261 RegisterVariable('zoomin'  , vtCommand, @chZoomIn       , true );
   261 RegisterVariable('zoomin'  , vtCommand, @chZoomIn       , true );
   262 RegisterVariable('zoomout' , vtCommand, @chZoomOut      , true );
   262 RegisterVariable('zoomout' , vtCommand, @chZoomOut      , true );
       
   263 RegisterVariable('zoomreset',vtCommand, @chZoomReset    , true );
   263 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   264 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   264 RegisterVariable('history' , vtCommand, @chHistory      , true );
   265 RegisterVariable('history' , vtCommand, @chHistory      , true );
   265 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   266 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   266 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   267 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   267 RegisterVariable('say'     , vtCommand, @chSay          , true );
   268 RegisterVariable('say'     , vtCommand, @chSay          , true );