Update to 1.8.0

This commit is contained in:
Pavel Stupnikov
2018-04-06 22:08:52 +03:00
224 changed files with 2404 additions and 1791 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* $Id: win32_v.cpp 27940 2017-12-11 19:24:46Z frosch $ */
/* $Id: win32_v.cpp 27935 2017-12-09 19:21:45Z michi_cc $ */
/*
* This file is part of OpenTTD.
@@ -684,7 +684,7 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
case WM_PALETTECHANGED:
if ((HWND)wParam == hwnd) return 0;
/* FALL THROUGH */
FALLTHROUGH;
case WM_QUERYNEWPALETTE: {
HDC hDC = GetWindowDC(hwnd);