Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_CDActuator.h')
-rw-r--r--source/gameengine/Ketsji/KX_CDActuator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/Ketsji/KX_CDActuator.h b/source/gameengine/Ketsji/KX_CDActuator.h
index b01ad73777e..bce29adb6e8 100644
--- a/source/gameengine/Ketsji/KX_CDActuator.h
+++ b/source/gameengine/Ketsji/KX_CDActuator.h
@@ -33,7 +33,6 @@
#define __KX_CDACTUATOR
#include "SCA_IActuator.h"
-#include "SND_CDObject.h"
class KX_CDActuator : public SCA_IActuator
{
@@ -41,9 +40,7 @@ class KX_CDActuator : public SCA_IActuator
bool m_lastEvent;
bool m_isplaying;
/* just some handles to the audio-data... */
- class SND_Scene* m_soundscene;
int m_track;
- float m_gain;
short m_startFrame;
short m_endFrame;
@@ -64,7 +61,6 @@ public:
KX_CDACT_TYPE m_type;
KX_CDActuator(SCA_IObject* gameobject,
- SND_Scene* soundscene,
KX_CDACT_TYPE type,
int track,
short start,