diff options
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index fdb2550..430f702 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -11,7 +11,7 @@ class AOBlipPlayer public: AOBlipPlayer(QWidget *parent, AOApplication *p_ao_app); - void set_blips(QString p_sfx, int p_volume); + void set_blips(QString p_sfx); void blip_tick(); void set_volume(int p_volume); @@ -21,6 +21,7 @@ private: QWidget *m_parent; AOApplication *ao_app; + int m_volume; HSTREAM m_stream_list[5]; }; |
