diff --git a/engine/client/input.c b/engine/client/input.c index 683922a7..01c7fd8a 100644 --- a/engine/client/input.c +++ b/engine/client/input.c @@ -580,7 +580,7 @@ void IN_CollectInput( float *forward, float *side, float *pitch, float *yaw, qbo } #endif // ANDROID -#ifdef USE_EVDEV +#ifdef XASH_USE_EVDEV IN_EvdevMove( yaw, pitch ); #endif }