diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/smallmap_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index b1e3370a9..9e91dc632 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -715,6 +715,7 @@ void SmallMapWindow::SetZoomLevel(ZoomLevelChange change, const Point *zoom_pt) case ZLC_INITIALIZE: cur_index = - 1; // Definitely different from new_index. new_index = MIN_ZOOM_INDEX; + tile.x = tile.y = 0; break; case ZLC_ZOOM_IN: |