aboutsummaryrefslogtreecommitdiff
path: root/src/text_file_functions.cpp
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-12 19:37:44 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-12 22:46:06 +0300
commit3b3507df60673079482372b4da08eeabf9317a20 (patch)
tree5761ede5975db859c3a5a9215ba85a50a5b7562f /src/text_file_functions.cpp
parent5a31516a36e0f13211db807a48214f11ccef827d (diff)
Fix compilation error
Allow realization flashes to be animated images by making them AOMovies Eploit the newly added 'duration' system for realization AOMovie (cherry picked from commit bb98f79083648243216f665852a7d2326af11be0)
Diffstat (limited to 'src/text_file_functions.cpp')
-rw-r--r--src/text_file_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_file_functions.cpp b/src/text_file_functions.cpp
index 5a34ac8..8f6ee23 100644
--- a/src/text_file_functions.cpp
+++ b/src/text_file_functions.cpp
@@ -592,7 +592,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()