diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-18 05:45:02 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-18 05:45:02 +0300 |
| commit | 2d329cdbd27c19d958275fbf1c6862135c96a395 (patch) | |
| tree | b05ec1dfd1a6da88ae668adb931d98c4ba78b442 /include | |
| parent | 9b0f07d125e423471665be9fa2895621969bacaf (diff) | |
Bugfixes for the thing and how it orders things
Diffstat (limited to 'include')
| -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 78de2b80..5fb63386 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -300,7 +300,7 @@ public: int get_text_delay(QString p_char, QString p_emote); //Get the effects folder referenced by the char.ini, read it and return the list of filenames in a string - QStringList get_char_effects(QString p_char); + QStringList get_theme_effects(); //Get the theme's effects folder, read it and return the list of filenames in a string QStringList get_effects(QString p_char); |
