Potraits with an icon are TC'ed again.

This commit is contained in:
Mark de Wever 2009-01-23 20:33:51 +00:00
parent 26732fb2a3
commit c7b0e65853
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -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()");