diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-12 19:37:44 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-12 19:37:44 +0300 |
| commit | bb98f79083648243216f665852a7d2326af11be0 (patch) | |
| tree | 2246252ef7bd78389141ab32853213e7549c990d /src/text_file_functions.cpp | |
| parent | 932f430b683dffb0b965c32cd2247e2b6361dd0e (diff) | |
Fix compilation error
Allow realization flashes to be animated images by making them AOMovies
Eploit the newly added 'duration' system for realization AOMovie
Diffstat (limited to 'src/text_file_functions.cpp')
| -rw-r--r-- | src/text_file_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_file_functions.cpp b/src/text_file_functions.cpp index afe7a674..837e7e8f 100644 --- a/src/text_file_functions.cpp +++ b/src/text_file_functions.cpp @@ -593,7 +593,7 @@ QString AOApplication::get_custom_realization(QString p_char) if (f_result == "") return get_sfx("realization"); - else return f_result; + else return get_sfx_suffix(f_result); } bool AOApplication::get_blank_blip() |
