aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound.h')
-rw-r--r--engines/gob/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/sound.h b/engines/gob/sound.h
index 93cb8081ed..ffdaf2a3d6 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -57,7 +57,7 @@ public:
void set(SoundType type, SoundSource src, byte *data, uint32 dSize);
void load(SoundType type, SoundSource src, byte *data, uint32 dSize);
void free();
- void flip();
+ void convToSigned();
// Which fade out length to use when the fade starts half-way through?
int16 calcFadeOutLength(int16 frequency) {