aboutsummaryrefslogtreecommitdiff
path: root/sword1/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sound.h')
-rw-r--r--sword1/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/sound.h b/sword1/sound.h
index 5b2469aa81..bca1b2c64a 100644
--- a/sword1/sound.h
+++ b/sword1/sound.h
@@ -44,7 +44,7 @@ namespace Sword1 {
struct QueueElement {
uint32 id, delay;
- SoundHandle handle;
+ Audio::SoundHandle handle;
};
struct RoomVol {
@@ -103,7 +103,7 @@ private:
uint32 _cowHeaderSize;
uint8 _currentCowFile;
CowMode _cowMode;
- SoundHandle _speechHandle, _fxHandle;
+ Audio::SoundHandle _speechHandle, _fxHandle;
Common::RandomSource _rnd;
QueueElement _fxQueue[MAX_FXQ_LENGTH];