diff options
| author | manuel <manuel@mausz.at> | 2011-05-11 18:36:49 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-11 18:36:49 +0200 |
| commit | f5cb775b8f794fc4900fda1fbb2d6c59d695f815 (patch) | |
| tree | bc18ae97c7db289196dfe345c0d1c5c8501485ad /pacman-c++/common/audio.h | |
| parent | ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 (diff) | |
| download | foop-f5cb775b8f794fc4900fda1fbb2d6c59d695f815.tar.gz foop-f5cb775b8f794fc4900fda1fbb2d6c59d695f815.tar.bz2 foop-f5cb775b8f794fc4900fda1fbb2d6c59d695f815.zip | |
fix another phonon issue with gaplessplayer (pause() is not synchron so we might start the second player although we issued pause())
Diffstat (limited to 'pacman-c++/common/audio.h')
| -rw-r--r-- | pacman-c++/common/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/common/audio.h b/pacman-c++/common/audio.h index 45af34b..b9b8d8d 100644 --- a/pacman-c++/common/audio.h +++ b/pacman-c++/common/audio.h | |||
| @@ -105,6 +105,7 @@ protected slots: | |||
| 105 | 105 | ||
| 106 | protected: | 106 | protected: |
| 107 | bool m_working; | 107 | bool m_working; |
| 108 | bool m_paused; | ||
| 108 | Sound::Type m_sound; | 109 | Sound::Type m_sound; |
| 109 | AudioPlayer *m_player1; | 110 | AudioPlayer *m_player1; |
| 110 | AudioPlayer *m_player2; | 111 | AudioPlayer *m_player2; |
