forked from mirror/OpenTTD
(svn r6359) -Fix: Do not reset the current cursor action when centering on a depot/hangar (noticed by Neonox)
This commit is contained in:
@@ -773,10 +773,7 @@ static void ShipDepotWndProc(Window *w, WindowEvent *e)
|
||||
}
|
||||
break;
|
||||
|
||||
case 9: /* scroll to tile */
|
||||
ResetObjectToPlace();
|
||||
ScrollMainWindowToTile(w->window_number);
|
||||
break;
|
||||
case 9: ScrollMainWindowToTile(w->window_number); break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user