(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user