mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 11:22:45 +01:00
Codechange: Turn ZoomLevel into enum class.
This commit is contained in:
@@ -913,7 +913,7 @@ static void DrawOverlappedWindow(Window *w, int left, int top, int right, int bo
|
||||
dp->top = top - w->top;
|
||||
dp->pitch = _screen.pitch;
|
||||
dp->dst_ptr = BlitterFactory::GetCurrentBlitter()->MoveTo(_screen.dst_ptr, left, top);
|
||||
dp->zoom = ZOOM_LVL_MIN;
|
||||
dp->zoom = ZoomLevel::Min;
|
||||
w->OnPaint();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user