Potraits with an icon are TC'ed again.
This commit is contained in:
parent
26732fb2a3
commit
c7b0e65853
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@ Version 1.5.8+svn:
|
|||
Slovak, Spanish
|
||||
* User interface:
|
||||
* Hide the "Network Player" option for Local MP Games (bug #12596).
|
||||
* Potraits with an icon are TC'ed again.
|
||||
|
||||
Version 1.5.8:
|
||||
* Campaigns:
|
||||
|
|
|
@ -2957,6 +2957,12 @@ namespace {
|
|||
image::locator locator(image);
|
||||
if(!locator.file_exists()) {
|
||||
image = speaker->second.profile();
|
||||
|
||||
#ifndef LOW_MEM
|
||||
if(image == speaker->second.absolute_image()) {
|
||||
image += speaker->second.image_mods();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
const size_t right_offset = image.find("~RIGHT()");
|
||||
|
|
Loading…
Add table
Reference in a new issue