aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/aoapplication.h2
-rw-r--r--include/courtroom.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 0ab6831..9f11087 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -317,7 +317,7 @@ public:
QStringList get_effects(QString p_char);
//t
- QString get_effect(QString effect, QString p_char);
+ QString get_effect(QString effect, QString p_char, QString p_folder);
//Return the effect sound associated with the fx_name in the misc/effects/<char-defined>/sounds.ini, or theme/effects/sounds.ini.
QString get_effect_sound(QString fx_name, QString p_char);
diff --git a/include/courtroom.h b/include/courtroom.h
index 6bca28e..d204417 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -625,7 +625,7 @@ public slots:
void preanim_done();
void do_screenshake();
void do_flash();
- void do_effect(QString fx_path, QString fx_sound, QString p_char);
+ void do_effect(QString fx_path, QString fx_sound, QString p_char, QString p_folder);
void play_char_sfx(QString sfx_name);
void mod_called(QString p_ip);