src/sound_type.h
changeset 10751 ebd94f2d6385
parent 8653 a83f7a536919
--- a/src/sound_type.h	Tue May 27 20:33:44 2008 +0000
+++ b/src/sound_type.h	Tue May 27 21:41:00 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;