*** empty log message ***

This commit is contained in:
Sam Lantinga
2004-02-16 00:03:31 +00:00
parent bb827d7c68
commit 737ca6248d

View File

@@ -1238,7 +1238,9 @@ SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current,
break;
}
}
printf("refresh rate = %d Hz\n", maxRefreshRate);
#ifdef DDRAW_DEBUG
fprintf(stderr, "refresh rate = %d Hz\n", maxRefreshRate);
#endif
result = IDirectDraw2_SetDisplayMode(ddraw2, width, height, bpp, maxRefreshRate, 0);
if ( result != DD_OK ) {