doesn't need to be virtual

This commit is contained in:
Glenn Maynard
2004-09-06 05:28:19 +00:00
parent 21fe4fa342
commit d0c6b3698b
+1 -1
View File
@@ -12,9 +12,9 @@ class FadingBanner : public ActorFrame
public:
FadingBanner();
virtual bool Load( RageTextureID ID );
void ScaleToClipped( float fWidth, float fHeight );
bool Load( RageTextureID ID );
void LoadFromSong( const Song* pSong ); // NULL means no song
void LoadAllMusic();
void LoadSort();