Add feedback for the 'mouseflip' and 'shakey' commands.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9086 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
6749d42eec
commit
809149c437
|
@ -2465,10 +2465,12 @@ void kf_ToggleMouseInvert( void )
|
|||
if(getInvertMouseStatus())
|
||||
{
|
||||
setInvertMouseStatus(false);
|
||||
CONPRINTF(ConsoleString,(ConsoleString,_("Vertical rotation direction: Normal")));
|
||||
}
|
||||
else
|
||||
{
|
||||
setInvertMouseStatus(true);
|
||||
CONPRINTF(ConsoleString,(ConsoleString,_("Vertical rotation direction: Flipped")));
|
||||
}
|
||||
}
|
||||
// --------------------------------------------------------------------------
|
||||
|
@ -2477,10 +2479,12 @@ void kf_ToggleShakeStatus( void )
|
|||
if(getShakeStatus())
|
||||
{
|
||||
setShakeStatus(false);
|
||||
CONPRINTF(ConsoleString,(ConsoleString,_("Screen shake when things die: Off")));
|
||||
}
|
||||
else
|
||||
{
|
||||
setShakeStatus(true);
|
||||
CONPRINTF(ConsoleString,(ConsoleString,_("Screen shake when things die: On")));
|
||||
}
|
||||
}
|
||||
// --------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue