Skip to content

Commit 5d6b29a

Browse files
author
ejaquay
committed
Revert Back Buffer MessageBox
1 parent a61628b commit 5d6b29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DirectDrawInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ bool CreateDDWindow(SystemState *CWState)
183183
ddsd.ddsCaps.dwCaps = DDSCAPS_SYSTEMMEMORY; // Try to create back buffer in System RAM
184184
hr = g_pDD->CreateSurface(&ddsd, &g_pDDSBack, NULL);
185185
if (hr) return FALSE; //Giving Up
186-
MessageBox(0,"Creating Back Buffer in System Ram\nFull Screen may not work","Performance Warning",0);
186+
MessageBox(0,"Creating Back Buffer in System Ram\n","Performance Warning",0);
187187
}
188188

189189
hr= g_pDD->GetDisplayMode(&ddsd);

0 commit comments

Comments
 (0)