src/sound_type.h
branchNewGRF_ports
changeset 10991 d8811e327d12
parent 6872 1c4a4a609f85
--- a/src/sound_type.h	Tue May 27 00:50:55 2008 +0000
+++ b/src/sound_type.h	Tue Jun 17 10:32:49 2008 +0000
@@ -20,8 +20,8 @@
 
 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;