input: fix evdev macro

This commit is contained in:
mittorn 2019-10-26 06:53:24 +07:00
parent 6723758edc
commit 2897e5f17e

View File

@ -580,7 +580,7 @@ void IN_CollectInput( float *forward, float *side, float *pitch, float *yaw, qbo
} }
#endif // ANDROID #endif // ANDROID
#ifdef USE_EVDEV #ifdef XASH_USE_EVDEV
IN_EvdevMove( yaw, pitch ); IN_EvdevMove( yaw, pitch );
#endif #endif
} }