aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-01 15:06:43 +0000
committerEugene Sandulenko2009-01-01 15:06:43 +0000
commit696897b0583ad52ebc6f7666525277847619a8ce (patch)
tree5ac2be2991e94dce32c5bb7fdb0dcc4188221503 /engines/kyra/sound.h
parent05d3633eb32ead8e11435b85a9db1ddaa1482fcb (diff)
downloadscummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.gz
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.bz2
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.zip
Whoa! Removing trailing spaces.
svn-id: r35648
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index b456e96185..fc2e38d114 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -222,7 +222,7 @@ protected:
enum {
kNumChannelHandles = 4
};
-
+
struct SoundChannel {
Common::String file;
Audio::SoundHandle channelHandle;
@@ -438,7 +438,7 @@ public:
virtual kType getMusicType() const { return kPC98; }
bool init();
-
+
void process() {}
void loadSoundFile(uint file) {}
void loadSoundFile(Common::String) {}
@@ -484,7 +484,7 @@ protected:
uint8 *_musicTrackData;
uint8 *_sfxTrackData;
- TownsPC98_OpnDriver *_driver;
+ TownsPC98_OpnDriver *_driver;
};
class MixedSoundDriver : public Sound {