mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 22:31:15 +00:00
fix type
This commit is contained in:
parent
1cfb66527e
commit
7814288085
@ -222,7 +222,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
g_targetDepth = wParam;
|
g_targetDepth = wParam;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
unsigned char valid = FALSE;
|
BOOL valid = FALSE;
|
||||||
if (targetWidth == g_targetWidth && targetHeight == g_targetHeight && g_targetDepth == wParam) {
|
if (targetWidth == g_targetWidth && targetHeight == g_targetHeight && g_targetDepth == wParam) {
|
||||||
valid = TRUE;
|
valid = TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user