fix warning

This commit is contained in:
Glenn Maynard
2005-05-06 14:41:46 +00:00
parent af2326e739
commit 0a08b5adb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
} }
+1 -1
View File
@@ -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 )