hedgewars/uConsole.pas
changeset 174 0b2c5b22f644
parent 167 805fa9a27e9e
child 175 d226d976d836
--- 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