mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse.
This commit is contained in:
@@ -1809,7 +1809,6 @@ void MouseLoop(MouseClick click, int mousewheel)
|
||||
DecreaseWindowCounters();
|
||||
HandlePlacePresize();
|
||||
UpdateTileSelection();
|
||||
HandleKeyScrolling();
|
||||
|
||||
if (!VpHandlePlaceSizingDrag()) return;
|
||||
if (!HandleDragDrop()) return;
|
||||
@@ -1949,6 +1948,7 @@ void HandleMouseEvents()
|
||||
*/
|
||||
void InputLoop()
|
||||
{
|
||||
HandleKeyScrolling();
|
||||
HandleMouseEvents();
|
||||
HandleAutoscroll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user