summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.h b/sound.h
index f129d3612..9f9edaddc 100644
--- a/sound.h
+++ b/sound.h
@@ -9,7 +9,7 @@ typedef struct MusicFileSettings {
byte effect_vol;
byte custom_1[33];
byte custom_2[33];
- bool btn_down;
+ bool playing;
bool shuffle;
char extmidi[80];
} MusicFileSettings;