aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/_console.cpp')
-rw-r--r--sword2/driver/_console.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/driver/_console.cpp b/sword2/driver/_console.cpp
index c501efdf6f..022899bd53 100644
--- a/sword2/driver/_console.cpp
+++ b/sword2/driver/_console.cpp
@@ -94,7 +94,6 @@ void DisplayConsole(void)
hr = IDirectDrawSurface_Lock(lpBackBuffer, NULL, &ddDescription, DDLOCK_SURFACEMEMORYPTR | DDLOCK_WAIT, NULL);
if (hr != DD_OK)
{
- RestoreSurfaces();
hr = IDirectDrawSurface_Lock(lpBackBuffer, NULL, &ddDescription, DDLOCK_SURFACEMEMORYPTR | DDLOCK_WAIT, NULL);
}