Utilized 2x xBRZ scaling for portraitless units in game dialog

This commit is contained in:
Charles Dang 2018-04-17 03:03:09 +11:00
parent ae0420108f
commit 601c67d970
2 changed files with 2 additions and 1 deletions

View file

@ -103,6 +103,7 @@
* Removed incomplete joystick support.
* 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)
* Utilized 2x xBRZ scaling for portraitless units in game dialog.
## Version 1.13.12
### Security fixes

View file

@ -1015,7 +1015,7 @@ std::string unit::big_profile() const
return profile_;
}
return absolute_image();
return absolute_image() + "~XBRZ(2)";
}
std::string unit::small_profile() const