Fix the TCing of units in the old dialogs.
The lowmem logic got reverted, thanks to Shadow_Master for spotting the problem.
This commit is contained in:
parent
a5d2ca1e83
commit
b2b48765d3
1 changed files with 1 additions and 1 deletions
|
@ -2847,7 +2847,7 @@ std::string get_image(const vconfig& cfg, unit_map::iterator speaker)
|
|||
|
||||
image = speaker->second.profile();
|
||||
/** @todo Handle the transparent stuff here. */
|
||||
#ifdef LOW_MEM
|
||||
#ifndef LOW_MEM
|
||||
if(image == speaker->second.absolute_image()) {
|
||||
image += speaker->second.image_mods();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue