QTfrontend/util/SDLInteraction.h
changeset 6585 6225b838a630
parent 6170 2b1748161278
child 6616 f77bb02b669f
--- a/QTfrontend/util/SDLInteraction.h	Wed Jan 18 01:07:07 2012 +0100
+++ b/QTfrontend/util/SDLInteraction.h	Wed Jan 18 01:10:35 2012 +0100
@@ -59,6 +59,8 @@
 
     QMap<QString,Mix_Chunk*> * m_soundMap; ///< maps sound file paths to channels
 
+    int lastchannel; ///< channel of the last music played
+
 public:
     /**
      * @brief Returns reference to the <i>singleton</i> instance of this class.