(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings

This commit is contained in:
rubidium
2011-03-05 18:00:48 +00:00
parent ec798d27df
commit 2e5b1f178e
14 changed files with 109 additions and 149 deletions

View File

@@ -12,16 +12,6 @@
#ifndef SOUND_TYPE_H
#define SOUND_TYPE_H
struct MusicFileSettings {
byte playlist;
byte music_vol;
byte effect_vol;
byte custom_1[33];
byte custom_2[33];
bool playing;
bool shuffle;
};
struct SoundEntry {
uint8 file_slot;
size_t file_offset;