summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-05-17 19:27:50 +0000
committerrubidium <rubidium@openttd.org>2009-05-17 19:27:50 +0000
commit4a04dfc07c916cff565de54e527402a7c082b8ed (patch)
tree095bcafec29558ac8ac8df748beb40e0677b9e28 /src/sound_type.h
parentceca68fca7bbd15674b88e908d5ebc7dab439bb7 (diff)
downloadopenttd-4a04dfc07c916cff565de54e527402a7c082b8ed.tar.xz
(svn r16344) -Codechange: s/FileEntry/SoundEntry/
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 63e9986fc..2ff349030 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -15,7 +15,7 @@ struct MusicFileSettings {
bool shuffle;
};
-struct FileEntry {
+struct SoundEntry {
uint8 file_slot;
size_t file_offset;
size_t file_size;