fix VC7 warning

This commit is contained in:
Chris Danford
2006-05-02 01:18:21 +00:00
parent bb10c6bb36
commit 40a2a382bd
+2 -2
View File
@@ -350,7 +350,7 @@ RageColor SongManager::GetSongColor( const Song* pSong )
// Use unlock color if applicable
const UnlockEntry *pUE = UNLOCKMAN->FindSong( pSong );
if( pUE )
return UNLOCK_COLOR;
return UNLOCK_COLOR.GetValue();
if( USE_PREFERRED_SORT_COLOR )
@@ -452,7 +452,7 @@ RageColor SongManager::GetCourseColor( const Course* pCourse )
// Use unlock color if applicable
const UnlockEntry *pUE = UNLOCKMAN->FindCourse( pCourse );
if( pUE )
return UNLOCK_COLOR;
return UNLOCK_COLOR.GetValue();
if( USE_PREFERRED_SORT_COLOR )