this is the only place that uses GetCopies; eliminate it

This commit is contained in:
Glenn Maynard
2004-11-15 05:04:35 +00:00
parent 4d2503c386
commit 1ac14bb81b
2 changed files with 42 additions and 4 deletions
+2
View File
@@ -11,6 +11,7 @@ class ScreenTestSound : public Screen
{
public:
ScreenTestSound( CString sName );
~ScreenTestSound();
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
virtual void HandleScreenMessage( const ScreenMessage SM );
@@ -23,6 +24,7 @@ public:
BitmapText txt;
};
Sound s[nsounds];
vector<RageSound *> m_sSoundCopies[nsounds];
BitmapText HEEEEEEEEELP;
int selected;