diff --git a/gameview.py b/gameview.py index a67c65b..d98e448 100644 --- a/gameview.py +++ b/gameview.py @@ -2504,9 +2504,9 @@ class gui(QtGui.QWidget): else: preanim_duration = ao2_duration - anim_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".gif", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".gif"]) - apng_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".apng", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".apng"]) - webp_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".webp", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".webp"]) + anim_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".gif" + apng_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".apng" + webp_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".webp" if (not anim_to_find and not apng_to_find and not webp_to_find) or preanim_duration < 0: if noninterrupting: