hedgewars/uConsole.pas
changeset 281 5b483aa9f2ab
parent 205 8d9aff55e6ab
child 288 929c44745fd9
equal deleted inserted replaced
280:4d6e365befc1 281:5b483aa9f2ab
   301 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   301 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   302 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   302 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   303 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   303 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   304 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
   304 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
   305 RegisterVariable('findhh'  , vtCommand, @chFindhh       , true );
   305 RegisterVariable('findhh'  , vtCommand, @chFindhh       , true );
       
   306 RegisterVariable('pause'   , vtCommand, @chPause        , true );
   306 
   307 
   307 finalization
   308 finalization
   308 FreeVariablesList
   309 FreeVariablesList
   309 
   310 
   310 end.
   311 end.