From d0c6b3698b41418cfe77cc9552f7146eb53b467c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 6 Sep 2004 05:28:19 +0000 Subject: [PATCH] doesn't need to be virtual --- stepmania/src/FadingBanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/FadingBanner.h b/stepmania/src/FadingBanner.h index 5b67d2d229..9e7761b832 100644 --- a/stepmania/src/FadingBanner.h +++ b/stepmania/src/FadingBanner.h @@ -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();