rename new GetPathTo -> GetPath to avoid overload problems

This commit is contained in:
Glenn Maynard
2004-02-14 01:16:04 +00:00
parent ffb841ba38
commit ebd948988d
5 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void ScreenAttract::HandleScreenMessage( const ScreenMessage SM )
* music, it will constantly loop even after the screen has gone on
* to the next attract screen. -- Miryokuteki */
bool bGoingToPlayTheSameMusic =
THEME->GetPathToS( NEXT_SCREEN, "music", false) == THEME->GetPathToS( m_sName, "music", false);
THEME->GetPathS( NEXT_SCREEN, "music", false) == THEME->GetPathS( m_sName, "music", false);
if( bGoingToPlayTheSameMusic )
; // do nothing
else