hedgewars/uConsole.pas
changeset 174 0b2c5b22f644
parent 167 805fa9a27e9e
child 175 d226d976d836
equal deleted inserted replaced
173:004493dd60e4 174:0b2c5b22f644
   310 RegisterVariable('slot'    , vtCommand, @chSlot         , false);
   310 RegisterVariable('slot'    , vtCommand, @chSlot         , false);
   311 RegisterVariable('put'     , vtCommand, @chPut          , false);
   311 RegisterVariable('put'     , vtCommand, @chPut          , false);
   312 RegisterVariable('ljump'   , vtCommand, @chLJump        , false);
   312 RegisterVariable('ljump'   , vtCommand, @chLJump        , false);
   313 RegisterVariable('hjump'   , vtCommand, @chHJump        , false);
   313 RegisterVariable('hjump'   , vtCommand, @chHJump        , false);
   314 RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
   314 RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
       
   315 RegisterVariable('+volup'  , vtCommand, @chVolUp_p      , true );
       
   316 RegisterVariable('-volup'  , vtCommand, @chVolUp_m      , true );
       
   317 RegisterVariable('+voldown', vtCommand, @chVolDown_p    , true );
       
   318 RegisterVariable('-voldown', vtCommand, @chVolDown_m    , true );
   315 
   319 
   316 finalization
   320 finalization
   317 FreeVariablesList
   321 FreeVariablesList
   318 
   322 
   319 end.
   323 end.