aboutsummaryrefslogtreecommitdiff
path: root/gob/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'gob/sound.h')
-rw-r--r--gob/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/sound.h b/gob/sound.h
index cc913795da..8ff39b2d2f 100644
--- a/gob/sound.h
+++ b/gob/sound.h
@@ -44,7 +44,7 @@ extern CleanupFuncPtr snd_cleanupFunc;
void snd_writeAdlib(int16 port, int16 data);
typedef struct Snd_SoundDesc {
- SoundHandle handle;
+ Audio::SoundHandle handle;
char *data;
int32 size;
int16 repCount;