aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/sound.h')
-rw-r--r--engines/tinsel/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h
index 8b969a5f48..15919f8ec5 100644
--- a/engines/tinsel/sound.h
+++ b/engines/tinsel/sound.h
@@ -34,6 +34,7 @@
#include "tinsel/dw.h"
#include "tinsel/tinsel.h"
+#include "tinsel/drives.h"
namespace Tinsel {
@@ -87,7 +88,7 @@ protected:
long _sampleIndexLen;
/** file stream for sample file */
- Common::File _sampleStream;
+ TinselFile _sampleStream;
bool offscreenChecks(int x, int &y);
int8 getPan(int x);