make real ddraw fully optional (keep old XP workaround..)

This commit is contained in:
FunkyFr3sh 2018-11-13 07:29:48 +01:00
parent 45ceb74df2
commit eced18d01f
2 changed files with 6 additions and 17 deletions

View file

@ -53,7 +53,7 @@ void DrawFrameInfoStart()
DWORD tick_start = timeGetTime();
if (tick_start >= tick_fps)
{
snprintf(
_snprintf(
debugText,
sizeof(debugText),
"FPS: %lu | Time: %2.2f ms ",