diff --git a/Strategic/mapscreen.cpp b/Strategic/mapscreen.cpp index cabc42e0..2a189afb 100644 --- a/Strategic/mapscreen.cpp +++ b/Strategic/mapscreen.cpp @@ -9058,10 +9058,12 @@ void PollWheelInMapView(UINT32 *puiNewEvent) const auto Wheelstate = _WheelValue * (gGameSettings.fOptions[TOPTION_INVERT_WHEEL] ? -1 : 1); if (Wheelstate < 0) { + fResetMapCoords = TRUE; GoToNextCharacterInList(); } else if (Wheelstate > 0) { + fResetMapCoords = TRUE; GoToPrevCharacterInList(); } _WheelValue = 0;