fix warning
This commit is contained in:
@@ -69,7 +69,7 @@ void Bookkeeper::LoadFromNode( const XNode *pNode )
|
||||
const XNode *pData = pNode->GetChild( "Data" );
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
@@ -349,7 +349,7 @@ RageDisplay_OGL::RageDisplay_OGL()
|
||||
InitStringMap();
|
||||
|
||||
wind = NULL;
|
||||
g_bTextureMatrixShader = NULL;
|
||||
g_bTextureMatrixShader = 0;
|
||||
}
|
||||
|
||||
CString GetInfoLog( GLhandleARB h )
|
||||
|
||||
Reference in New Issue
Block a user