From 88354bed23fae4a9fb719c875558d6b4ec069ac3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 7 Aug 2011 15:58:27 +0200 Subject: SCUMM: Mark some overwritten methods as virtual. --- engines/scumm/player_v2.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/scumm/player_v2.h') diff --git a/engines/scumm/player_v2.h b/engines/scumm/player_v2.h index 14a0b9c1e0..d932585b8e 100644 --- a/engines/scumm/player_v2.h +++ b/engines/scumm/player_v2.h @@ -46,10 +46,7 @@ public: virtual int getSoundStatus(int sound) const; // AudioStream API - int readBuffer(int16 *buffer, const int numSamples); - bool isStereo() const { return true; } - bool endOfData() const { return false; } - int getRate() const { return _sampleRate; } + virtual int readBuffer(int16 *buffer, const int numSamples); protected: unsigned int _update_step; -- cgit v1.2.3