From 4fec362b32801648da47340a127908643ef9cb5d Mon Sep 17 00:00:00 2001 From: darkvater Date: Fri, 3 Sep 2004 19:59:05 +0000 Subject: (svn r153) -Feature: [1009710] Extra Viewport. In the minimap dropdown menu, open a new viewport to have a quick look at your favorite map-positions. Independent zoom and quick jump to/from viewport (Dribbel) --- ttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 5385aa593..ec0c4f910 100644 --- a/ttd.c +++ b/ttd.c @@ -1141,7 +1141,7 @@ bool AfterLoadGame(uint version) if (!_players[0].is_active) DoStartupNewPlayer(false); - DoZoomInOut(ZOOM_NONE); // update button status + DoZoomInOutWindow(ZOOM_NONE, w); // update button status MarkWholeScreenDirty(); return true; -- cgit v1.2.3-54-g00ecf