summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-02-20 23:40:53 +0000
committerDarkvater <darkvater@openttd.org>2006-02-20 23:40:53 +0000
commit4aaae55c0851ce0b64dfd397d7180f3366ea2000 (patch)
tree7df7de39c7fc63514cc6886a52e30f34423a0e8c /sound.h
parentc7e34bd103d4bf4fd141e437b1a60e5ae34d909e (diff)
downloadopenttd-4aaae55c0851ce0b64dfd397d7180f3366ea2000.tar.xz
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
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;