Commit adb39b8f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dinput: Make ff_effect_direction_to_rad() static.

parent 6834367a
......@@ -67,7 +67,7 @@ static inline LinuxInputEffectImpl *impl_from_IDirectInputEffect(IDirectInputEff
return CONTAINING_RECORD(iface, LinuxInputEffectImpl, IDirectInputEffect_iface);
}
double ff_effect_direction_to_rad(unsigned int dir)
static double ff_effect_direction_to_rad(unsigned int dir)
{
return (dir & 0xffff) * M_PI / 0x8000;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment