fix warning
This commit is contained in:
@@ -69,7 +69,7 @@ void Bookkeeper::LoadFromNode( const XNode *pNode )
|
|||||||
const XNode *pData = pNode->GetChild( "Data" );
|
const XNode *pData = pNode->GetChild( "Data" );
|
||||||
if( pData == NULL )
|
if( pData == NULL )
|
||||||
{
|
{
|
||||||
LOG->Warn( "Error loading bookkeeping: Data node missing", pNode->m_sName.c_str() );
|
LOG->Warn( "Error loading bookkeeping: Data node missing" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ RageDisplay_OGL::RageDisplay_OGL()
|
|||||||
InitStringMap();
|
InitStringMap();
|
||||||
|
|
||||||
wind = NULL;
|
wind = NULL;
|
||||||
g_bTextureMatrixShader = NULL;
|
g_bTextureMatrixShader = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
CString GetInfoLog( GLhandleARB h )
|
CString GetInfoLog( GLhandleARB h )
|
||||||
|
|||||||
Reference in New Issue
Block a user