Fix compile error on Windows

Fixes #508
This commit is contained in:
Pasi Kallinen
2021-05-09 11:43:51 +03:00
parent 646f247608
commit 967c7e5b0b

View File

@@ -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;
}