diff options
| author | Crystalwarrior <varsash@gmail.com> | 2020-01-17 18:41:27 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2020-01-17 18:41:27 +0300 |
| commit | 43c4e3e9d703a0b7d48b634d6970906dcb5709b2 (patch) | |
| tree | 025ee8a5335ab7efe525264b9989bef3192abc3d /include/aoapplication.h | |
| parent | 6138bb107b5ab4d882e9ceb75e1394c2b8ec82a3 (diff) | |
Network effects folder so you don't need to modify your own char.ini to see custom effects
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 0ab6831b..9f110874 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); |
