diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dxr3device.h b/dxr3device.h index 9dd825c..170fe13 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -71,9 +71,7 @@ public: // helper function void Reset() { - m_CalledBySet = true; - SetPlayMode(m_PlayMode); - m_CalledBySet = false; + SetPlayMode(m_PlayMode); } iAudio *getAudioOutput() const { return audioOut; } @@ -81,7 +79,6 @@ public: protected: ePlayMode m_PlayMode; cDxr3DemuxDevice m_DemuxDevice; - bool m_CalledBySet; std::string m_strBuf; int m_Offset; |