summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_type.h')
-rw-r--r--src/sound_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index e8d4b7bec..02bfc4f83 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -11,7 +11,7 @@
#define SOUND_TYPE_H
struct SoundEntry {
- uint8 file_slot;
+ class RandomAccessFile *file;
size_t file_offset;
size_t file_size;
uint16 rate;