aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'aosfxplayer.h')
-rw-r--r--aosfxplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aosfxplayer.h b/aosfxplayer.h
index bae1100..61280e2 100644
--- a/aosfxplayer.h
+++ b/aosfxplayer.h
@@ -11,13 +11,14 @@ class AOSfxPlayer
public:
AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app);
- void play(QString p_sfx, int p_volume, QString p_char = "");
+ void play(QString p_sfx, QString p_char = "");
void set_volume(int p_volume);
private:
QWidget *m_parent;
AOApplication *ao_app;
+ int m_volume = 0;
HSTREAM m_stream;
};