mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 06:24:03 +00:00

This is also related to #1932. I fixed leader sprites being cropped in 41e674128f4c742664732460c85a8f6009a20f15, and that made sprites in MP Staging always scale to 72x72. However, large sprites like the Fire Dragon's still drew at full size in MP Join Game since the damn tree nodes are being recreated when new changes come in (a separate issue I need to fix). This change fixes the size of leader sprites in both dialogs to 72x72 regardless of sprite size, so we're saved any similar issues cropping up in the future even once I do fix the excessive node recreation in MP Join Game.