summaryrefslogtreecommitdiff
path: root/mixer.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-12 09:46:07 +0000
committertron <tron@openttd.org>2005-03-12 09:46:07 +0000
commit1cb9ea5c46bb3e02a248a27552ed3066a7eea1fc (patch)
tree872811a2edd88a463d671ad32b9de174dee2c9d6 /mixer.c
parent39305c1a7c88d219ba3943aad59ae8856731ad52 (diff)
downloadopenttd-1cb9ea5c46bb3e02a248a27552ed3066a7eea1fc.tar.xz
(svn r2002) Rename MxActivate to MxActivateChannel, which is more appropriate
Diffstat (limited to 'mixer.c')
-rw-r--r--mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer.c b/mixer.c
index e88b9533b..706eaae5d 100644
--- a/mixer.c
+++ b/mixer.c
@@ -139,7 +139,7 @@ void MxSetChannelVolume(MixerChannel *mc, uint left, uint right)
}
-void MxActivate(MixerChannel* mc)
+void MxActivateChannel(MixerChannel* mc)
{
mc->active = true;
}