aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/sound.h')
-rw-r--r--engines/cruise/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/sound.h b/engines/cruise/sound.h
index 13a6b2ac5a..fdea5bed1b 100644
--- a/engines/cruise/sound.h
+++ b/engines/cruise/sound.h
@@ -59,7 +59,7 @@ public:
virtual void playSound(const uint8 *data, int size, int volume);
virtual void stopSound(int channel);
-
+
void doSync(Common::Serializer &s);
const char *musicName();
void stopChannel(int channel);