diff -r 004493dd60e4 -r 0b2c5b22f644 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Tue Sep 26 20:25:42 2006 +0000 +++ b/hedgewars/uConsole.pas Wed Sep 27 20:13:29 2006 +0000 @@ -312,6 +312,10 @@ RegisterVariable('ljump' , vtCommand, @chLJump , false); RegisterVariable('hjump' , vtCommand, @chHJump , false); RegisterVariable('fullscr' , vtCommand, @chFullScr , true ); +RegisterVariable('+volup' , vtCommand, @chVolUp_p , true ); +RegisterVariable('-volup' , vtCommand, @chVolUp_m , true ); +RegisterVariable('+voldown', vtCommand, @chVolDown_p , true ); +RegisterVariable('-voldown', vtCommand, @chVolDown_m , true ); finalization FreeVariablesList