diff --git a/Sources/Plasma/PubUtilLib/plAudioCore/plSoundBuffer.cpp b/Sources/Plasma/PubUtilLib/plAudioCore/plSoundBuffer.cpp index e6a3b3c2..157c8264 100644 --- a/Sources/Plasma/PubUtilLib/plAudioCore/plSoundBuffer.cpp +++ b/Sources/Plasma/PubUtilLib/plAudioCore/plSoundBuffer.cpp @@ -23,7 +23,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com Mead, WA 99021 *==LICENSE==*/ -#include + #include "hsTypes.h" #include "plSoundBuffer.h" @@ -166,7 +166,7 @@ plSoundBuffer::~plSoundBuffer() { while(!fLoaded) { - Sleep(10); + hsSleep::Sleep(10); } }