From 2de46dc8eb173ca06a107d5353f2209944284115 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 11 May 2005 00:01:44 +0000 Subject: Moved some more stuff to namespace Audio (enough for tonight) svn-id: r18040 --- sky/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky/sound.cpp') diff --git a/sky/sound.cpp b/sky/sound.cpp index c65579d950..a9a1708846 100644 --- a/sky/sound.cpp +++ b/sky/sound.cpp @@ -1031,7 +1031,7 @@ Sound::~Sound(void) { if (_soundData) free(_soundData); } -void Sound::playSound(uint32 id, byte *sound, uint32 size, SoundHandle *handle) { +void Sound::playSound(uint32 id, byte *sound, uint32 size, Audio::SoundHandle *handle) { byte flags = 0; flags |= Audio::Mixer::FLAG_UNSIGNED|Audio::Mixer::FLAG_AUTOFREE; -- cgit v1.2.3