mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +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;
|
||||
}
|
||||
else {
|
||||
unsigned char valid = FALSE;
|
||||
BOOL valid = FALSE;
|
||||
if (targetWidth == g_targetWidth && targetHeight == g_targetHeight && g_targetDepth == wParam) {
|
||||
valid = TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user