diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-06-25 22:38:34 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-06-25 22:38:34 +0200 |
commit | 7761b4f244dcbbe60ce4b5bc7ea5f687cf45be39 (patch) | |
tree | 351d1002a0486c883873a14a76a960cfd0f0353f /plugins | |
parent | b1e35de2da7b40d1df3c45df447aa811af438f2c (diff) |
ao: made MixREVERBLeft static
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ao/eng_psf/peops2/reverb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ao/eng_psf/peops2/reverb2.c b/plugins/ao/eng_psf/peops2/reverb2.c index ceab8c54..e939be87 100644 --- a/plugins/ao/eng_psf/peops2/reverb2.c +++ b/plugins/ao/eng_psf/peops2/reverb2.c @@ -134,7 +134,7 @@ INLINE void s_buffer1(spu2_state_t *spu, int iOff,int iVal,int core) // set ////////////////////////////////////////////////////////////////////////
-INLINE int MixREVERBLeft(spu2_state_t *spu, int ns,int core)
+static INLINE int MixREVERBLeft(spu2_state_t *spu, int ns,int core)
{
if(spu->iUseReverb==1)
{
|