1
0
Fork 0

(svn r26228) -Fix: missing variable initialization

release/1.4
fonsinchen 2014-01-05 11:28:31 +00:00
parent 1aa26b30c7
commit 014813141d
1 changed files with 1 additions and 0 deletions

View File

@ -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: