fix VC7 compile error

This commit is contained in:
Chris Danford
2004-06-15 06:34:30 +00:00
parent b2cf196d74
commit 5123451925
+1 -1
View File
@@ -685,7 +685,7 @@ RageSurface* RageDisplay_D3D::CreateScreenshot()
{ {
#if defined(_XBOX) #if defined(_XBOX)
return NULL; return NULL;
#elif #else if
/* Get the back buffer. */ /* Get the back buffer. */
IDirect3DSurface8* pSurface; IDirect3DSurface8* pSurface;
g_pd3dDevice->GetBackBuffer( 0, D3DBACKBUFFER_TYPE_MONO, &pSurface ); g_pd3dDevice->GetBackBuffer( 0, D3DBACKBUFFER_TYPE_MONO, &pSurface );