From 4aaae55c0851ce0b64dfd397d7180f3366ea2000 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 20 Feb 2006 23:40:53 +0000 Subject: (svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing' --- sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound.h') 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; -- cgit v1.2.3-54-g00ecf