From a85fbf0ab31e37c49907f1fbbe256d885cd29861 Mon Sep 17 00:00:00 2001 From: cidoku Date: Thu, 12 Jun 2025 18:11:56 -0400 Subject: [PATCH] put back sprite placeholder for unknown chars --- gameview.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gameview.py b/gameview.py index c540dc8..2d475dd 100644 --- a/gameview.py +++ b/gameview.py @@ -349,7 +349,7 @@ class AOCharMovie(QtGui.QLabel): AOpath+"characters/"+p_char+"/"+p_emote+".webp", AOpath+"characters/"+p_char+"/(a)"+p_emote+".webp" ) - placeholder_path = AO2XPpath+"themes/default/placeholder.gif" + placeholder_path = AO2XPpath+"themes/default/oldplaceholder.gif" gif_path = "" print apng_path, emote_prefix+p_emote @@ -396,7 +396,8 @@ class AOCharMovie(QtGui.QLabel): gif_path = "" self.use_pillow = 0 - if gif_path == placeholder_path or gif_path == "": + #if gif_path == placeholder_path or + if gif_path == "": gif_path = self.prev_gif_path else: self.prev_gif_path = gif_path