mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
whitespace
This commit is contained in:
parent
0bca15c502
commit
412959acba
1 changed files with 3 additions and 1 deletions
|
@ -1621,7 +1621,9 @@ VID_Init (unsigned char *palette)
|
|||
lasterror=GetLastError();
|
||||
if (maindc && mainwindow)
|
||||
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)) {
|
||||
|
|
Loading…
Reference in a new issue