aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 20:54:31 +0000
committerPaweł Kołodziejski2003-11-08 20:54:31 +0000
commit7d6c5bc1dad3478b2b659bbd1f15ad552223f3bd (patch)
tree9bc29ee2217e532d614408a988f7c62349556226 /simon/sound.cpp
parentb99af18bd5df9d7fadceb5d517fc57a2f7e7db42 (diff)
downloadscummvm-rg350-7d6c5bc1dad3478b2b659bbd1f15ad552223f3bd.tar.gz
scummvm-rg350-7d6c5bc1dad3478b2b659bbd1f15ad552223f3bd.tar.bz2
scummvm-rg350-7d6c5bc1dad3478b2b659bbd1f15ad552223f3bd.zip
cleanup whitespaces
svn-id: r11214
Diffstat (limited to 'simon/sound.cpp')
-rw-r--r--simon/sound.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 04391b61d3..8bc071a53a 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -58,7 +58,6 @@ public:
int playSound(uint sound, PlayingSoundHandle *handle, byte flags);
};
-
BaseSound::BaseSound(SoundMixer *mixer, File *file, uint32 base, bool bigendian) {
_mixer = mixer;
_file = file;
@@ -231,10 +230,6 @@ int MP3Sound::playSound(uint sound, PlayingSoundHandle *handle, byte flags)
}
#endif
-
-/******************************************************************************/
-
-
SimonSound::SimonSound(const byte game, const GameSpecificSettings *gss, const Common::String &gameDataPath, SoundMixer *mixer)
: _game(game), _gameDataPath(gameDataPath), _mixer(mixer) {
_voice_index = 0;