hedgewars/uConsole.pas
changeset 1639 89b536a3cf3c
parent 1560 e140bc57ff68
child 1654 9cfa6f23e767
equal deleted inserted replaced
1638:5e2189989fe8 1639:89b536a3cf3c
   256 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   256 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   257 RegisterVariable('history' , vtCommand, @chHistory      , true );
   257 RegisterVariable('history' , vtCommand, @chHistory      , true );
   258 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   258 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   259 RegisterVariable('say'     , vtCommand, @chSay          , true );
   259 RegisterVariable('say'     , vtCommand, @chSay          , true );
   260 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   260 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
       
   261 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
       
   262 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   261 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   263 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   262 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   264 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   263 RegisterVariable('+right'  , vtCommand, @chRight_p      , false);
   265 RegisterVariable('+right'  , vtCommand, @chRight_p      , false);
   264 RegisterVariable('-right'  , vtCommand, @chRight_m      , false);
   266 RegisterVariable('-right'  , vtCommand, @chRight_m      , false);
   265 RegisterVariable('+up'     , vtCommand, @chUp_p         , false);
   267 RegisterVariable('+up'     , vtCommand, @chUp_p         , false);