diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-03-18 14:04:14 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-03-18 14:04:14 +0100 |
| commit | 146ef9731189b45a81c0d3062d2365b34d12f60c (patch) | |
| tree | 18a9cc3b78db21c092058ee29022bcf7954d5c9d /aocharbutton.cpp | |
| parent | c2db480d68380ce665c9bb313152027eaa36300d (diff) | |
new function tags and fallback paths
Diffstat (limited to 'aocharbutton.cpp')
| -rw-r--r-- | aocharbutton.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aocharbutton.cpp b/aocharbutton.cpp index d6edf804..b32be010 100644 --- a/aocharbutton.cpp +++ b/aocharbutton.cpp @@ -54,6 +54,7 @@ void AOCharButton::set_image(QString p_character) { QString image_path = ao_app->get_character_path(p_character) + "char_icon.png"; QString legacy_path = ao_app->get_demothings_path() + p_character.toLower() + "_char_icon.png"; + QString alt_path = ao_app->get_demothings_path() + p_character.toLower() + "_off.png"; this->setText(""); |
