whitespace

This commit is contained in:
Bill Currie 2001-10-20 18:52:57 +00:00
parent 0bca15c502
commit 412959acba

View file

@ -1621,7 +1621,9 @@ VID_Init (unsigned char *palette)
lasterror=GetLastError(); lasterror=GetLastError();
if (maindc && mainwindow) if (maindc && mainwindow)
ReleaseDC (mainwindow, maindc); ReleaseDC (mainwindow, maindc);
Sys_Error("Could not initialize GL (wglCreateContext failed).\n\nMake sure you in are 65535 color mode, and try running -window. \nError code: (%lx)\r\n",lasterror); Sys_Error("Could not initialize GL (wglCreateContext failed).\n\n"
"Make sure you in are 65535 color mode, and try running "
"-window. \nError code: (%lx)\r\n", lasterror);
} }
if (!wglMakeCurrent (maindc, baseRC)) { if (!wglMakeCurrent (maindc, baseRC)) {