diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-16 11:48:38 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-16 11:48:38 +0100 |
| commit | c5c7997f41dc9b55a471d00d47c798a34f977d30 (patch) | |
| tree | 822300975af43320804d975e04c70329e866e8ca /text_file_functions.cpp | |
| parent | ca6b1030bed1a3f8ab8363c2ce89bd0acf432490 (diff) | |
adjusted preanims and added emotions/ao2 feature
Diffstat (limited to 'text_file_functions.cpp')
| -rw-r--r-- | text_file_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp index 6416781a..f51df622 100644 --- a/text_file_functions.cpp +++ b/text_file_functions.cpp @@ -286,7 +286,7 @@ QString AOApplication::get_pre_emote(QString p_char, int p_emote) if (result_contents.size() < 4) { qDebug() << "W: misformatted char.ini: " << p_char << ", " << p_emote; - return "normal"; + return ""; } else return result_contents.at(1); } |
