mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
@ -761,7 +761,6 @@ void plDSoundBuffer::SetTimeOffsetSec(float seconds)
|
||||
|
||||
void plDSoundBuffer::SetTimeOffsetBytes(unsigned bytes)
|
||||
{
|
||||
alSourcef(source, AL_BYTE_OFFSET, bytes);
|
||||
alSourcei(source, AL_BYTE_OFFSET, bytes);
|
||||
ALenum error = alGetError();
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ class plDSoundBuffer;
|
||||
class DSoundCallbackHandle;
|
||||
class plAudioFileReader;
|
||||
class plStreamingSoundThread;
|
||||
enum CallbackHandleType;
|
||||
class plSoundDeswizzler;
|
||||
|
||||
class plWin32StreamingSound : public plWin32Sound
|
||||
|
@ -23,7 +23,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <process.h>
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "plSoundBuffer.h"
|
||||
|
||||
@ -36,7 +36,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "plUnifiedTime/plUnifiedTime.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "plStatusLog/plStatusLog.h"
|
||||
#include "hsTimer.h"
|
||||
|
||||
@ -167,7 +166,7 @@ plSoundBuffer::~plSoundBuffer()
|
||||
{
|
||||
while(!fLoaded)
|
||||
{
|
||||
Sleep(10);
|
||||
hsSleep::Sleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -227,7 +227,6 @@ protected:
|
||||
plAnimVector fPrivateAnims;
|
||||
|
||||
// animations that require AnimTimeConvert state to be synched
|
||||
typedef std::vector<plAGAnim*> plAnimVector;
|
||||
plInstanceVector fATCAnimInstances;
|
||||
|
||||
hsBool fFirstEval;
|
||||
|
@ -66,6 +66,7 @@ class plAGChannel;
|
||||
class plClothingOutfit;
|
||||
class plClothingSDLModifier;
|
||||
class plAvatarSDLModifier;
|
||||
class plAvatarPhysicalSDLModifier;
|
||||
class plMatrixDelayedCorrectionApplicator;
|
||||
class plMatrixDifferenceApp;
|
||||
class plDebugText;
|
||||
|
@ -39,6 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <deque>
|
||||
|
||||
class plArmatureModBase;
|
||||
class plArmatureMod;
|
||||
class plArmatureBehavior;
|
||||
class plHKAction;
|
||||
class plAvTask;
|
||||
|
@ -39,6 +39,7 @@ class plATCEaseCurve;
|
||||
class plATCState;
|
||||
class plATCAnim;
|
||||
class plAGMasterMod;
|
||||
class plAGAnimInstance;
|
||||
|
||||
class plAnimTimeConvert : public plCreatable
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ protected:
|
||||
|
||||
plRegistryPageNode() {}
|
||||
|
||||
inline plRegistryKeyList* IGetKeyList(UInt16 classType) const;
|
||||
plRegistryKeyList* IGetKeyList(UInt16 classType) const;
|
||||
PageCond IVerify();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user