(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'

This commit is contained in:
Darkvater
2006-02-20 23:40:53 +00:00
parent c7e34bd103
commit 4aaae55c08
3 changed files with 6 additions and 6 deletions

View File

@@ -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;