diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index b9bda579b6..4a451e808e 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -644,7 +644,7 @@ bool InputMapper::CheckForChangedInputDevicesAndRemap( RString &sMessageOut ) } - bool bJoysticksChanged = !VectorsAreEqual(vsCurrentJoysticks,vsLastSeenJoysticks); + bool bJoysticksChanged = vsCurrentJoysticks != vsLastSeenJoysticks; if( !bJoysticksChanged ) return false;