From 967c7e5b0b4bc29219499890197adc4b40952e6a Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 9 May 2021 11:43:51 +0300 Subject: [PATCH] Fix compile error on Windows Fixes #508 --- win/win32/mhmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/win32/mhmap.c b/win/win32/mhmap.c index d4576710a..71fdf5533 100644 --- a/win/win32/mhmap.c +++ b/win/win32/mhmap.c @@ -485,7 +485,7 @@ mswin_map_mode(HWND hWnd, int mode) mswin_map_layout(hWnd, &mapSize); - mswin_update_inventory(); /* for perm_invent to hide/show tiles */ + mswin_update_inventory(0); /* for perm_invent to hide/show tiles */ return oldMode; }