This commit is contained in:
cxgeorge 2002-01-29 22:44:27 +00:00
parent eca750d283
commit bf23168c43

View File

@ -1627,7 +1627,7 @@ bool wdxGraphicsWindow::search_for_device(int devnum,DXDeviceInfo *pDevinfo) {
dwFullScreenBitDepth=16; // do 16bpp
} else {
wdxdisplay_cat.fatal() << "No Supported FullScreen resolutions at " << dwRenderWidth << "x" << dwRenderHeight
<< " for device #" << devnum << " (" << _dxgsg->scrn.DXDeviceID.szDescription<<"), skipping device...";
<< " for device #" << devnum << " (" << _dxgsg->scrn.DXDeviceID.szDescription<<"), skipping device...\n";
goto error_exit;
}