From 43abd0e0192d290d3cf256bbc7cf16869031b98b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Mar 2010 21:03:50 +0000 Subject: cleanup svn-id: r48230 --- engines/scumm/player_sid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/player_sid.h') diff --git a/engines/scumm/player_sid.h b/engines/scumm/player_sid.h index bfc9453070..1b643a8fbd 100644 --- a/engines/scumm/player_sid.h +++ b/engines/scumm/player_sid.h @@ -71,7 +71,7 @@ public: int readBuffer(int16 *buffer, const int numSamples); bool isStereo() const { return false; } bool endOfData() const { return false; } - int getRate() const { return _sample_rate; } + int getRate() const { return _sampleRate; } private: Resid::SID *_sid; @@ -85,7 +85,7 @@ private: ScummEngine *_vm; Audio::Mixer *_mixer; Audio::SoundHandle _soundHandle; - int _sample_rate; + int _sampleRate; int _maxvol; Common::Mutex _mutex; -- cgit v1.2.3