- Clarify error message.

This commit is contained in:
drfrag 2020-04-06 11:21:54 +02:00
parent 7b66bdf35c
commit 6d3fc6b38a

View file

@ -869,8 +869,8 @@ bool Win32GLVideo::SetupPixelFormat(int multisample)
if (pfd.dwFlags & PFD_GENERIC_FORMAT)
{
vid_renderer = 0;
I_Error("R_OPENGL: OpenGL driver not accelerated! Falling back to software renderer.\n"
"For Intel cards run " GAMENAME " in Windows 8 compatibility mode or use the wtfi tool.\n");
I_Error("R_OPENGL: OpenGL driver not accelerated! Falling back to software renderer. Get a driver from your manufacturer.\n"
"For some Intel cards run " GAMENAME " in Windows 8 compatibility mode or use the wtfi tool.\n");
return false;
}
}