This commit is contained in:
Glenn Maynard
2005-12-29 19:34:28 +00:00
parent 3bbd5cd612
commit e8b9863052
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -356,10 +356,10 @@ public:
};
MatrixStack g_ProjectionStack;
MatrixStack g_ViewStack;
MatrixStack g_WorldStack;
MatrixStack g_TextureStack;
static MatrixStack g_ProjectionStack;
static MatrixStack g_ViewStack;
static MatrixStack g_WorldStack;
static MatrixStack g_TextureStack;
const RageMatrix* RageDisplay::GetProjectionTop()
{
+1 -1
View File
@@ -412,7 +412,7 @@ CString SetD3DParams( bool &bNewDeviceOut )
}
/* If the given parameters have failed, try to lower them. */
bool D3DReduceParams( D3DPRESENT_PARAMETERS *pp )
static bool D3DReduceParams( D3DPRESENT_PARAMETERS *pp )
{
D3DDISPLAYMODE current;
current.Format = pp->BackBufferFormat;