1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2021-01-09 23:10:41 +01:00
parent 688d2c3a01
commit c0bdb13f27

View File

@ -457,7 +457,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
}
//if (!wParam)
// return 0;
return 0;
}
break;
case WM_AUTORENDERER: