aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r--sword2/driver/d_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 96a6689ff6..77d8f753d0 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -59,7 +59,7 @@ class Sound : public AudioStream {
private:
Sword2Engine *_vm;
- OSystem::MutexRef _mutex;
+ Common::MutexRef _mutex;
int32 _panTable[33];
bool _soundOn;