forked from mirror/openmw-tes3mp
Fix UTF-8 econding
To be able run gcovr
This commit is contained in:
parent
4a2b973052
commit
c71df7249d
2 changed files with 3 additions and 3 deletions
4
extern/oics/ICSInputControlSystem_mouse.cpp
vendored
4
extern/oics/ICSInputControlSystem_mouse.cpp
vendored
|
@ -268,11 +268,11 @@ namespace ICS
|
||||||
ctrl->setIgnoreAutoReverse(true);
|
ctrl->setIgnoreAutoReverse(true);
|
||||||
if(mouseBinderItem.direction == Control::INCREASE)
|
if(mouseBinderItem.direction == Control::INCREASE)
|
||||||
{
|
{
|
||||||
ctrl->setValue( float( (evt.state.Z.abs) / float(evt.state.¿width?) ) );
|
ctrl->setValue( float( (evt.state.Z.abs) / float(evt.state.¿width?) ) );
|
||||||
}
|
}
|
||||||
else if(mouseBinderItem.direction == Control::DECREASE)
|
else if(mouseBinderItem.direction == Control::DECREASE)
|
||||||
{
|
{
|
||||||
ctrl->setValue( float( (1 - evt.state.Z.abs) / float(evt.state.¿width?) ) );
|
ctrl->setValue( float( (1 - evt.state.Z.abs) / float(evt.state.¿width?) ) );
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
|
|
2
extern/oics/tinystr.cpp
vendored
2
extern/oics/tinystr.cpp
vendored
|
@ -23,7 +23,7 @@ distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
|
* THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue