From 12727fcf7f0684f916290113da4a76c331fadce9 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Wed, 5 Sep 2018 02:07:23 +0200 Subject: `misc` folder given purpose as the 'default' for shouts and chatboxes. - Default bubbles. - Default shout sounds. - Custom chatbox. - Custom colours for the chatbox. - No need to have duplicate files of bubbles and shouts all over the character folders. --- aosfxplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aosfxplayer.h') diff --git a/aosfxplayer.h b/aosfxplayer.h index ab9fd979..4494b3e9 100644 --- a/aosfxplayer.h +++ b/aosfxplayer.h @@ -14,7 +14,7 @@ public: AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app); ~AOSfxPlayer(); - void play(QString p_sfx, QString p_char = ""); + void play(QString p_sfx, QString p_char = "", QString shout = ""); void stop(); void set_volume(int p_volume); -- cgit