(svn r16344) -Codechange: s/FileEntry/SoundEntry/

This commit is contained in:
rubidium
2009-05-17 19:27:50 +00:00
parent 14c7cc16a6
commit 41c4c48add
5 changed files with 64 additions and 65 deletions

View File

@@ -15,7 +15,7 @@ struct MusicFileSettings {
bool shuffle;
};
struct FileEntry {
struct SoundEntry {
uint8 file_slot;
size_t file_offset;
size_t file_size;