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

add comment

This commit is contained in:
FunkyFr3sh 2024-08-21 10:22:59 +02:00
parent cde053f218
commit ab3aac113e

View File

@ -1646,6 +1646,7 @@ HWND WINAPI fake_CreateWindowExA(
dwStyle &= ~WS_VISIBLE;
}
/* Battle.net */
if (HIWORD(lpClassName) && _strcmpi(lpClassName, "SDlgDialog") == 0 && g_ddraw.ref && g_ddraw.hwnd)
{
if (!g_ddraw.bnet_active)