mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 18:33:50 +00:00
Utilized 2x xBRZ scaling for portraitless units in game dialog
(cherry-picked from commit 601c67d970c2eacd2c59b340613502de8e8861fe)
This commit is contained in:
parent
078d7662b1
commit
ef4d9f570d
@ -102,6 +102,7 @@
|
|||||||
* Fixed some MP passwords being saved incorrectly (issue #2745)
|
* Fixed some MP passwords being saved incorrectly (issue #2745)
|
||||||
* Fixed sometimes being unable to join MP games with non-required eras.
|
* Fixed sometimes being unable to join MP games with non-required eras.
|
||||||
* Fixed locations not being added to the palette when loading a map (#1023)
|
* Fixed locations not being added to the palette when loading a map (#1023)
|
||||||
|
* Utilized 2x xBRZ scaling for portraitless units in game dialog.
|
||||||
|
|
||||||
## Version 1.13.12
|
## Version 1.13.12
|
||||||
### Security fixes
|
### Security fixes
|
||||||
|
@ -1015,7 +1015,7 @@ std::string unit::big_profile() const
|
|||||||
return profile_;
|
return profile_;
|
||||||
}
|
}
|
||||||
|
|
||||||
return absolute_image();
|
return absolute_image() + "~XBRZ(2)";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string unit::small_profile() const
|
std::string unit::small_profile() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user