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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 319a8a06f..3fdf3aef5 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -20,8 +20,8 @@ struct MusicFileSettings {
struct FileEntry {
uint8 file_slot;
- uint32 file_offset;
- uint32 file_size;
+ size_t file_offset;
+ size_t file_size;
uint16 rate;
uint8 bits_per_sample;
uint8 channels;