get rid of RandomStream

This commit is contained in:
Glenn Maynard
2003-01-02 07:10:18 +00:00
parent 0effca1367
commit 2b6201b066
9 changed files with 3 additions and 22 deletions
+1 -2
View File
@@ -14,7 +14,6 @@
#include "BitmapText.h"
#include "TransitionFade.h"
#include "RandomSample.h"
#include "RandomStream.h"
#include "BGAnimation.h"
@@ -63,7 +62,7 @@ private:
TransitionFade m_Fade;
RandomStream m_soundAttract;
RandomSample m_soundAttract;
RandomSample m_soundChange;
RandomSample m_soundSelect;
RandomSample m_soundInvalid;