From 0fc96465f16704116ab63b1e9166ce9579d46a5e Mon Sep 17 00:00:00 2001 From: cidoku Date: Tue, 25 Feb 2025 14:41:10 -0300 Subject: [PATCH] revert --- gameview.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: