summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-09-13 18:22:34 +0000
committertruelight <truelight@openttd.org>2007-09-13 18:22:34 +0000
commit8cd9ab9b7eb684737321cb09a875e41b1632a609 (patch)
tree0593f8ece7aec74da5da2ff346539cd1698e6ec4 /src/sound.h
parent1970e657a353cb5a86a4d1f101595039eadf6f29 (diff)
downloadopenttd-8cd9ab9b7eb684737321cb09a875e41b1632a609.tar.xz
(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
-Note: on a side-note, this allows files bigger than 16+ MiB, needed for tar-support
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
index ff5c130d9..2b3355a9e 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -21,6 +21,7 @@ struct MusicFileSettings {
VARDEF MusicFileSettings msf;
struct FileEntry {
+ uint8 file_slot;
uint32 file_offset;
uint32 file_size;
uint16 rate;