summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/audio.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-11 18:36:49 +0200
committermanuel <manuel@mausz.at>2011-05-11 18:36:49 +0200
commitf5cb775b8f794fc4900fda1fbb2d6c59d695f815 (patch)
treebc18ae97c7db289196dfe345c0d1c5c8501485ad /pacman-c++/common/audio.h
parentca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 (diff)
downloadfoop-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.h1
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
106protected: 106protected:
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;