--- dlls/opengl32/wgl.c 2006-08-24 10:11:45.000000000 -0400 +++ dlls/opengl32/mod.wgl.c 2006-08-29 13:59:28.000000000 -0400 @@ -616,7 +616,8 @@ BOOL WINAPI wglMakeCurrent(HDC hdc, HGLRC hglrc) { BOOL ret; - DWORD type = GetObjectType(hdc); + # fix for WOW screen flicker on entering buildings from Roderick Colenbrander + DWORD type = 0 ; // GetObjectType(hdc); TRACE("(%p,%p)\n", hdc, hglrc);